Commit 69ab17b5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: vf610-zii-ssmb-spu3: Pass "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 avatarFabio Estevam <festevam@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 87489ec3
...@@ -99,6 +99,8 @@ &esdhc0 { ...@@ -99,6 +99,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";
}; };
...@@ -106,6 +108,7 @@ &esdhc1 { ...@@ -106,6 +108,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