ARM: dts: bcm283x: add pinctrl group to &sdhci, drop pins from &gpio

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Acked-by: Stefan Wahren <stefan.wahren@i2se.com>
This commit is contained in:
Gerd Hoffmann 2016-09-19 10:43:22 +02:00 committed by Eric Anholt
parent 4eb65cbfa7
commit f8bef3619b
1 changed files with 3 additions and 1 deletions

View File

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