diff options
author | Nikita Yushchenko <nikita.yoush@cogentembedded.com> | 2018-05-16 09:53:49 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2018-05-20 20:58:38 +0800 |
commit | f2677037173e1fe2fed0ea7416fb9794028f7758 (patch) | |
tree | 4d6dc6c94a892eddb53378ec8779d176313ebc48 | |
parent | e353421ff1a43573aa19d6f642d040520cb4e494 (diff) | |
download | talos-obmc-linux-f2677037173e1fe2fed0ea7416fb9794028f7758.tar.gz talos-obmc-linux-f2677037173e1fe2fed0ea7416fb9794028f7758.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/imx51-zii-rdu1.dts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx51-zii-rdu1.dts b/arch/arm/boot/dts/imx51-zii-rdu1.dts index 0c8bae9dbb07..ee96a3c8472e 100644 --- a/arch/arm/boot/dts/imx51-zii-rdu1.dts +++ b/arch/arm/boot/dts/imx51-zii-rdu1.dts @@ -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"; }; |