8db3e67e58ace6b9cced624471995d1a38d27f17
[openwrt/staging/jogo.git] / package / boot / uboot-sunxi / patches / 061-ARM-dts-sunxi-Change-node-name-for-pwrseq-pin-on-Oli.patch
1 From fb7fe04da2187b9853d713cb643d01bd56813e3d Mon Sep 17 00:00:00 2001
2 From: Emmanuel Vadot <manu@bidouilliste.com>
3 Date: Fri, 12 May 2017 11:38:53 +0200
4 Subject: ARM: dts: sunxi: Change node name for pwrseq pin on
5 Olinuxino-lime2-emmc
6
7 The node name for the power seq pin is mmc2@0 like the mmc2_pins_a one.
8 This makes the original node (mmc2_pins_a) scrapped out of the dtb and
9 result in a unusable eMMC if U-Boot didn't configured the pins to the
10 correct functions.
11
12 Signed-off-by: Emmanuel Vadot <manu@bidouilliste.com>
13 Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
14 Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
15 Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
16 Reviewed-by: Jagan Teki <jagan@openedev.com>
17 ---
18 arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 2 +-
19 1 file changed, 1 insertion(+), 1 deletion(-)
20
21 --- a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
22 +++ b/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
23 @@ -56,7 +56,7 @@
24 };
25
26 &pio {
27 - mmc2_pins_nrst: mmc2@0 {
28 + mmc2_pins_nrst: mmc2-rst-pin {
29 allwinner,pins = "PC16";
30 allwinner,function = "gpio_out";
31 allwinner,drive = <SUN4I_PINCTRL_10_MA>;