OSDN Git Service

ARM: dts: imx51-zii-rdu1: cleanup eMMC node
authorNikita Yushchenko <nikita.yoush@cogentembedded.com>
Wed, 16 May 2018 06:53:49 +0000 (09:53 +0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 20 May 2018 12:58:38 +0000 (20:58 +0800)
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>
arch/arm/boot/dts/imx51-zii-rdu1.dts

index 0c8bae9..ee96a3c 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_esdhc1>;
        bus-width = <4>;
+       no-1-8-v;
        non-removable;
+       no-sdio;
+       no-sd;
        status = "okay";
 };