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:
parent
48d34c4acf
commit
466b6bd475
|
@ -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";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue