Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Nikita Yushchenko <nikita.yoush@cogentembedded.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Nikita Yushchenko and committed by
Shawn Guo
f2677037 e353421f

+3
+3
arch/arm/boot/dts/imx51-zii-rdu1.dts
··· 460 460 pinctrl-names = "default"; 461 461 pinctrl-0 = <&pinctrl_esdhc1>; 462 462 bus-width = <4>; 463 + no-1-8-v; 463 464 non-removable; 465 + no-sdio; 466 + no-sd; 464 467 status = "okay"; 465 468 }; 466 469