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:
parent
4eb65cbfa7
commit
f8bef3619b
|
@ -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>;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue