ARM: dts: vf610-zii-ssmb-spu3: Pass "no-sdio"/"no-sd" properties
authorFabio Estevam <festevam@gmail.com>
Wed, 16 Jan 2019 18:55:53 +0000 (16:55 -0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 11 Feb 2019 01:22:25 +0000 (09:22 +0800)
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: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/vf610-zii-ssmb-spu3.dts

index 757af56..0d9fe5a 100644 (file)
@@ -99,6 +99,8 @@
        non-removable;
        no-1-8-v;
        keep-power-in-suspend;
+       no-sdio;
+       no-sd;
        status = "okay";
 };
 
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_esdhc1>;
        bus-width = <4>;
+       no-sdio;
        status = "okay";
 };