Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ab699bc7 authored by Olof Johansson's avatar Olof Johansson
Browse files

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 <mporter@linaro.org>
Acked-by: default avatarShawn Guo <shawn.guo@linaro.org>
Acked-by: default avatarStefan Agner <stefan@agner.ch>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 8bcdd929
Loading
Loading
Loading
Loading
+19 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,13 @@


};
};


&esdhc1 {
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_esdhc1>;
	bus-width = <4>;
	status = "okay";
};

&fec1 {
&fec1 {
	phy-mode = "rmii";
	phy-mode = "rmii";
	pinctrl-names = "default";
	pinctrl-names = "default";
@@ -42,6 +49,18 @@


&iomuxc {
&iomuxc {
	vf610-cosmic {
	vf610-cosmic {
		pinctrl_esdhc1: esdhc1grp {
			fsl,pins = <
				VF610_PAD_PTA24__ESDHC1_CLK	0x31ef
				VF610_PAD_PTA25__ESDHC1_CMD	0x31ef
				VF610_PAD_PTA26__ESDHC1_DAT0	0x31ef
				VF610_PAD_PTA27__ESDHC1_DAT1	0x31ef
				VF610_PAD_PTA28__ESDHC1_DATA2	0x31ef
				VF610_PAD_PTA29__ESDHC1_DAT3	0x31ef
				VF610_PAD_PTB28__GPIO_98	0x219d
			>;
		};

		pinctrl_fec1: fec1grp {
		pinctrl_fec1: fec1grp {
			fsl,pins = <
			fsl,pins = <
				VF610_PAD_PTC9__ENET_RMII1_MDC		0x30d2
				VF610_PAD_PTC9__ENET_RMII1_MDC		0x30d2