061-ARM-dts-sunxi-Change-node-name-for-pwrseq-pin-on-Oli.patch 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. From fb7fe04da2187b9853d713cb643d01bd56813e3d Mon Sep 17 00:00:00 2001
  2. From: Emmanuel Vadot <[email protected]>
  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. The node name for the power seq pin is mmc2@0 like the mmc2_pins_a one.
  7. This makes the original node (mmc2_pins_a) scrapped out of the dtb and
  8. result in a unusable eMMC if U-Boot didn't configured the pins to the
  9. correct functions.
  10. Signed-off-by: Emmanuel Vadot <[email protected]>
  11. Signed-off-by: Maxime Ripard <[email protected]>
  12. Signed-off-by: Olliver Schinagl <[email protected]>
  13. Acked-by: Maxime Ripard <[email protected]>
  14. Reviewed-by: Jagan Teki <[email protected]>
  15. ---
  16. arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts | 2 +-
  17. 1 file changed, 1 insertion(+), 1 deletion(-)
  18. --- a/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
  19. +++ b/arch/arm/dts/sun7i-a20-olinuxino-lime2-emmc.dts
  20. @@ -56,7 +56,7 @@
  21. };
  22. &pio {
  23. - mmc2_pins_nrst: mmc2@0 {
  24. + mmc2_pins_nrst: mmc2-rst-pin {
  25. allwinner,pins = "PC16";
  26. allwinner,function = "gpio_out";
  27. allwinner,drive = <SUN4I_PINCTRL_10_MA>;