]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio
authorGerd Hoffmann <kraxel@redhat.com>
Mon, 19 Sep 2016 08:43:22 +0000 (10:43 +0200)
committerEric Anholt <eric@anholt.net>
Mon, 17 Oct 2016 16:55:47 +0000 (09:55 -0700)
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
arch/arm/boot/dts/bcm2835-rpi.dtsi

index 8b3ff38cc4ba70b51089382d164cf57e65688e07..7c63e667425f1654e1025d2d99d9bd96c8230cfb 100644 (file)
@@ -44,7 +44,7 @@
        };
 
        alt3: alt3 {
-               brcm,pins = <48 49 50 51 52 53>;
+               brcm,pins = <>;
                brcm,function = <BCM2835_FSEL_ALT3>;
        };
 };
@@ -68,6 +68,8 @@
 };
 
 &sdhci {
+       pinctrl-names = "default";
+       pinctrl-0 = <&emmc_gpio48>;
        status = "okay";
        bus-width = <4>;
 };