OSDN Git Service

ARM: dts: imx6: RDU2: detail USDHC description
authorLucas Stach <l.stach@pengutronix.de>
Mon, 12 Feb 2018 13:08:18 +0000 (14:08 +0100)
committerShawn Guo <shawnguo@kernel.org>
Sat, 24 Feb 2018 07:50:57 +0000 (15:50 +0800)
None of the slots support 1.8V signaling or SDIO. There is no point in
probing for a SD card on the eMMC controller.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-zii-rdu2.dtsi

index f81ae0c..6207287 100644 (file)
        wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
        vmmc-supply = <&reg_3p3v_sd>;
        vqmmc-supply = <&reg_3p3v>;
+       no-1-8-v;
+       no-sdio;
        status = "okay";
 };
 
        wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
        vmmc-supply = <&reg_3p3v_sd>;
        vqmmc-supply = <&reg_3p3v>;
+       no-1-8-v;
+       no-sdio;
        status = "okay";
 };
 
        bus-width = <8>;
        vmmc-supply = <&reg_3p3v>;
        vqmmc-supply = <&reg_3p3v>;
+       no-1-8-v;
        non-removable;
+       no-sdio;
+       no-sd;
        status = "okay";
 };