aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorGravatar Emmanuel Vadot <manu@bidouilliste.com> 2016-12-14 15:57:24 +0100
committerGravatar Maxime Ripard <maxime.ripard@free-electrons.com> 2017-01-10 18:33:16 +0100
commit3116d37651d77125bf50f81f859b1278e02ccce6 (patch)
treef4431306092a0feb8f749b794edd477180ad033a /arch
parentARM: dts: sun8i: Support DTB build for NanoPi M1 (diff)
downloadlinux-3116d37651d77125bf50f81f859b1278e02ccce6.tar.gz
linux-3116d37651d77125bf50f81f859b1278e02ccce6.tar.bz2
linux-3116d37651d77125bf50f81f859b1278e02ccce6.zip
ARM: dts: sunxi: Change node name for pwrseq pin on Olinuxino-lime2-emmc
The node name for the power seq pin is mmc2@0 like the mmc2_pins_a one. This makes the original node (mmc2_pins_a) scrapped out of the dtb and result in a unusable eMMC if U-Boot didn't configured the pins to the correct functions. Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
index 5ea4915f6d75..10d307408f23 100644
--- a/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
+++ b/arch/arm/boot/dts/sun7i-a20-olinuxino-lime2-emmc.dts
@@ -56,7 +56,7 @@
};
&pio {
- mmc2_pins_nrst: mmc2@0 {
+ mmc2_pins_nrst: mmc2-rst-pin {
allwinner,pins = "PC16";
allwinner,function = "gpio_out";
allwinner,drive = <SUN4I_PINCTRL_10_MA>;