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

Commit 00bf591c authored by Kuninori Morimoto's avatar Kuninori Morimoto Committed by Simon Horman
Browse files

ARM: shmobile: marzen: add SDHI support on DTS

parent c4866e70
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@
};

&pfc {
	pinctrl-0 = <&scif2_pins &scif4_pins &sdhi0_pins>;
	pinctrl-0 = <&scif2_pins &scif4_pins>;
	pinctrl-names = "default";

	lan0_pins: lan0 {
@@ -98,3 +98,12 @@
		renesas,function = "sdhi0";
	};
};

&sdhi0 {
	pinctrl-0 = <&sdhi0_pins>;
	pinctrl-names = "default";

	vmmc-supply = <&fixedregulator3v3>;
	bus-width = <4>;
	status = "okay";
};