mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
emmc: change the g12a portc emmc hardware reset pin. [1/1]
PD#SWPL-4276 Problem: g12a portc emmc hardware reset pin is error. Solution: change the g12a portc emmc hardware reset pin. Verify: g12a_u200 Change-Id: Ifd3be5ae9f19eae9241b21faeceffc07aa70ce86 Signed-off-by: Qiang Li <qiang.li@amlogic.com>
This commit is contained in:
@@ -1365,7 +1365,7 @@
|
||||
calc_f = <1>;
|
||||
max_req_size = <0x20000>; /**128KB*/
|
||||
gpio_dat3 = <&gpio BOOT_3 GPIO_ACTIVE_HIGH>;
|
||||
hw_reset = <&gpio BOOT_9 GPIO_ACTIVE_HIGH>;
|
||||
hw_reset = <&gpio BOOT_12 GPIO_ACTIVE_HIGH>;
|
||||
card_type = <1>;
|
||||
/* 1:mmc card(include eMMC),
|
||||
* 2:sd card(include tSD)
|
||||
|
||||
@@ -1365,7 +1365,7 @@
|
||||
calc_f = <1>;
|
||||
max_req_size = <0x20000>; /**128KB*/
|
||||
gpio_dat3 = <&gpio BOOT_3 GPIO_ACTIVE_HIGH>;
|
||||
hw_reset = <&gpio BOOT_9 GPIO_ACTIVE_HIGH>;
|
||||
hw_reset = <&gpio BOOT_12 GPIO_ACTIVE_HIGH>;
|
||||
card_type = <1>;
|
||||
/* 1:mmc card(include eMMC),
|
||||
* 2:sd card(include tSD)
|
||||
|
||||
Reference in New Issue
Block a user