[U-Boot] [PATCH] ARM: dts: OLinuXino Lime2 eMMC dts sync

Olliver Schinagl oliver at schinagl.nl
Thu May 4 09:00:31 UTC 2017


Sync the sun7i-a20-olinuxino-lime2-emmc.dts with the upstream kernel,
which fixes the power-sequencing pin being wrongfully set up.

Signed-off-by: Olliver Schinagl <oliver at schinagl.nl>
---
 arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts b/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
index 5ea4915f6d..81f376f2a4 100644
--- a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
+++ b/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
@@ -56,11 +56,9 @@
 };
 
 &pio {
-	mmc2_pins_nrst: mmc2 at 0 {
-		allwinner,pins = "PC16";
-		allwinner,function = "gpio_out";
-		allwinner,drive = <SUN4I_PINCTRL_10_MA>;
-		allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;
+	mmc2_pins_nrst: mmc2-rst-pin {
+		pins = "PC16";
+		function = "gpio_out";
 	};
 };
 
-- 
2.11.0



More information about the U-Boot mailing list