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

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
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@
	non-removable;
	no-1-8-v;
	keep-power-in-suspend;
	no-sdio;
	status = "okay";
};

@@ -129,6 +130,7 @@
	pinctrl-names = "default";
	pinctrl-0 = <&pinctrl_esdhc1>;
	bus-width = <4>;
	no-sdio;
	status = "okay";
};