ARM: dts: imx6qdl-apalis/-colibri: prevent 1.8V modes
authorStefan Agner <stefan@agner.ch>
Mon, 9 Jul 2018 15:48:43 +0000 (17:48 +0200)
committerShawn Guo <shawnguo@kernel.org>
Wed, 11 Jul 2018 13:00:45 +0000 (21:00 +0800)
Use no-1-8-v device tree property to indicate that the board does
not support 1.8V signaling. The property voltage-ranges seems not
appropriate in our case since we do not have level shifters in
place.

Signed-off-by: Stefan Agner <stefan@agner.ch>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-apalis.dtsi
arch/arm/boot/dts/imx6qdl-colibri.dtsi

index 64fbee6..55bcea2 100644 (file)
        pinctrl-0 = <&pinctrl_usdhc1_4bit &pinctrl_usdhc1_8bit>;
        vqmmc-supply = <&reg_3p3v>;
        bus-width = <8>;
-       voltage-ranges = <3300 3300>;
+       no-1-8-v;
        status = "disabled";
 };
 
        pinctrl-0 = <&pinctrl_usdhc2>;
        vqmmc-supply = <&reg_3p3v>;
        bus-width = <4>;
-       voltage-ranges = <3300 3300>;
+       no-1-8-v;
        status = "disabled";
 };
 
        pinctrl-0 = <&pinctrl_usdhc3>;
        vqmmc-supply = <&reg_3p3v>;
        bus-width = <8>;
-       voltage-ranges = <3300 3300>;
+       no-1-8-v;
        non-removable;
        status = "okay";
 };
index 6e937ca..bb44829 100644 (file)
        cd-gpios = <&gpio2 5 GPIO_ACTIVE_LOW>; /* MMCD */
        vqmmc-supply = <&reg_3p3v>;
        bus-width = <4>;
-       voltage-ranges = <3300 3300>;
+       no-1-8-v;
        status = "disabled";
 };
 
        pinctrl-0 = <&pinctrl_usdhc3>;
        vqmmc-supply = <&reg_3p3v>;
        bus-width = <8>;
-       voltage-ranges = <3300 3300>;
+       no-1-8-v;
        non-removable;
        status = "okay";
 };