From 3d35d1648829473963ce1f005a193b226f89411b Mon Sep 17 00:00:00 2001 From: Qiang Li Date: Thu, 17 Jan 2019 14:19:32 +0800 Subject: [PATCH] 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 --- arch/arm/boot/dts/amlogic/mesontl1.dtsi | 2 +- arch/arm64/boot/dts/amlogic/mesontl1.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/amlogic/mesontl1.dtsi b/arch/arm/boot/dts/amlogic/mesontl1.dtsi index dc41802..7c7b802 100644 --- a/arch/arm/boot/dts/amlogic/mesontl1.dtsi +++ b/arch/arm/boot/dts/amlogic/mesontl1.dtsi @@ -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) diff --git a/arch/arm64/boot/dts/amlogic/mesontl1.dtsi b/arch/arm64/boot/dts/amlogic/mesontl1.dtsi index 4ef262f..c2adbd6 100644 --- a/arch/arm64/boot/dts/amlogic/mesontl1.dtsi +++ b/arch/arm64/boot/dts/amlogic/mesontl1.dtsi @@ -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) -- 2.7.4