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

Commit f2677037 authored by Nikita Yushchenko's avatar Nikita Yushchenko Committed by Shawn Guo
Browse files

ARM: dts: imx51-zii-rdu1: cleanup eMMC node



On RDU1, sdhc1 is used for eMMC, and that is 3.3V only.

Thus configure device node not to probe it as SD/SDIO and not try 1.8V.

Signed-off-by: default avatarNikita Yushchenko <nikita.yoush@cogentembedded.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent e353421f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -460,7 +460,10 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_esdhc1>;
	bus-width = <4>;
	no-1-8-v;
	non-removable;
	no-sdio;
	no-sd;
	status = "okay";
};