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: Fabio Estevam <festevam@gmail.com>
Acked-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Fabio Estevam 2018-09-11 17:10:46 -03:00 committed by Shawn Guo
parent 48d34c4acf
commit 466b6bd475

View file

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