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:
Qiang Li
2019-01-17 13:47:23 +08:00
committed by Dongjin Kim
parent a022098ae1
commit 65b4ad448b
2 changed files with 2 additions and 2 deletions

View File

@@ -1368,7 +1368,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)

View File

@@ -1378,7 +1378,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)