Commit f8bef361 authored by Gerd Hoffmann's avatar Gerd Hoffmann Committed by Eric Anholt

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

Signed-off-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Signed-off-by: default avatarEric Anholt <eric@anholt.net>
Acked-by: default avatarStefan Wahren <stefan.wahren@i2se.com>
parent 4eb65cbf
...@@ -44,7 +44,7 @@ alt0: alt0 { ...@@ -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 { ...@@ -68,6 +68,8 @@ &i2c2 {
}; };
&sdhci { &sdhci {
pinctrl-names = "default";
pinctrl-0 = <&emmc_gpio48>;
status = "okay"; status = "okay";
bus-width = <4>; bus-width = <4>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment