mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
emmc: change the tl1 portc emmc hardware reset pin. [1/1]
PD#SWPL-4276 Problem: Tl1 portc emmc hardware reset pin is error. Solution: change the tl1 portc emmc hardware reset pin. Verify: X301_T962X2 Change-Id: I133d35a62002410866fe535ca2016b63878392fd Signed-off-by: Qiang Li <qiang.li@amlogic.com>
This commit is contained in:
@@ -1159,7 +1159,7 @@
|
||||
tx_delay = <0>;
|
||||
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)
|
||||
|
||||
@@ -1140,7 +1140,7 @@
|
||||
tx_delay = <0>;
|
||||
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