Skip to content

Commit ab699bc

Browse files
committed
ARM: dts: vf610: add SD node to cosmic dts
Driver has been there since a while back, but the dts never seems to have been updated with the node (nor pinctrl). Do so now. Cc: Matt Porter <[email protected]> Acked-by: Shawn Guo <[email protected]> Acked-by: Stefan Agner <[email protected]> Signed-off-by: Olof Johansson <[email protected]>
1 parent 8bcdd92 commit ab699bc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

arch/arm/boot/dts/vf610-cosmic.dts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333

3434
};
3535

36+
&esdhc1 {
37+
pinctrl-names = "default";
38+
pinctrl-0 = <&pinctrl_esdhc1>;
39+
bus-width = <4>;
40+
status = "okay";
41+
};
42+
3643
&fec1 {
3744
phy-mode = "rmii";
3845
pinctrl-names = "default";
@@ -42,6 +49,18 @@
4249

4350
&iomuxc {
4451
vf610-cosmic {
52+
pinctrl_esdhc1: esdhc1grp {
53+
fsl,pins = <
54+
VF610_PAD_PTA24__ESDHC1_CLK 0x31ef
55+
VF610_PAD_PTA25__ESDHC1_CMD 0x31ef
56+
VF610_PAD_PTA26__ESDHC1_DAT0 0x31ef
57+
VF610_PAD_PTA27__ESDHC1_DAT1 0x31ef
58+
VF610_PAD_PTA28__ESDHC1_DATA2 0x31ef
59+
VF610_PAD_PTA29__ESDHC1_DAT3 0x31ef
60+
VF610_PAD_PTB28__GPIO_98 0x219d
61+
>;
62+
};
63+
4564
pinctrl_fec1: fec1grp {
4665
fsl,pins = <
4766
VF610_PAD_PTC9__ENET_RMII1_MDC 0x30d2

0 commit comments

Comments
 (0)