Commit 2b4bd734 authored by Chris Healy's avatar Chris Healy Committed by Shawn Guo

ARM: dts: vf610-zii-ssmb-dtu: Add no-sdio/no-sd properties

esdhc0 is connected to an eMMC, so it is safe to pass the "no-sdio"/"no-sd"
properties.

esdhc1 is wired to a standard SD socket, so pass the "no-sdio" property.
Signed-off-by: default avatarChris Healy <cphealy@gmail.com>
Reviewed-by: default avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 198cf42c
...@@ -81,6 +81,8 @@ &esdhc0 { ...@@ -81,6 +81,8 @@ &esdhc0 {
non-removable; non-removable;
no-1-8-v; no-1-8-v;
keep-power-in-suspend; keep-power-in-suspend;
no-sdio;
no-sd;
status = "okay"; status = "okay";
}; };
...@@ -88,6 +90,7 @@ &esdhc1 { ...@@ -88,6 +90,7 @@ &esdhc1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc1>; pinctrl-0 = <&pinctrl_esdhc1>;
bus-width = <4>; bus-width = <4>;
no-sdio;
status = "okay"; status = "okay";
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment