Commit 466b6bd4 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: vf610-zii-cfu1: Pass the 'no-sdio' property

No SDIO devices are connected to these ports, so pass the 'no-sdio'
property.
Signed-off-by: default avatarFabio Estevam <festevam@gmail.com>
Acked-by: default avatarAndrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 48d34c4a
......@@ -122,6 +122,7 @@ &esdhc0 {
non-removable;
no-1-8-v;
keep-power-in-suspend;
no-sdio;
status = "okay";
};
......@@ -129,6 +130,7 @@ &esdhc1 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_esdhc1>;
bus-width = <4>;
no-sdio;
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