From: Qiang Li Date: Thu, 17 Jan 2019 05:47:23 +0000 (+0800) Subject: emmc: change the g12a portc emmc hardware reset pin. [1/1] X-Git-Tag: hardkernel-4.9.236-104~1719 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29f98b3e7ea1bcaf18ad60f1023496d8de7843d3;p=platform%2Fkernel%2Flinux-amlogic.git 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 --- diff --git a/arch/arm/boot/dts/amlogic/mesong12a.dtsi b/arch/arm/boot/dts/amlogic/mesong12a.dtsi index c311ec4..f6e6228 100644 --- a/arch/arm/boot/dts/amlogic/mesong12a.dtsi +++ b/arch/arm/boot/dts/amlogic/mesong12a.dtsi @@ -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) diff --git a/arch/arm64/boot/dts/amlogic/mesong12a.dtsi b/arch/arm64/boot/dts/amlogic/mesong12a.dtsi index 243c9f0..8aea490 100644 --- a/arch/arm64/boot/dts/amlogic/mesong12a.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesong12a.dtsi @@ -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)