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>
This commit is contained in:
Nikita Yushchenko 2018-05-16 09:53:49 +03:00 коммит произвёл Shawn Guo
Родитель e353421ff1
Коммит f267703717
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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";
};