MLK-12086-2 dts: imx6: enable keep power capability for corresponding boards
authorDong Aisheng <b29396@freescale.com>
Mon, 13 Jan 2014 08:20:55 +0000 (16:20 +0800)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:49:36 +0000 (14:49 -0500)
All i.MX6 SabreAuto/SabreSD/EVK has the ability to keep card power
during suspend. So add this capability for them.

Signed-off-by: Dong Aisheng <b29396@freescale.com>
(cherry picked from commit 3f18df4746eb33e934c55de23d6496bb4adad33b)
(cherry picked from commit 55553b7300fb3d0e3a7961f569a42bd689b3670f)
Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
arch/arm/boot/dts/imx6qdl-sabresd.dtsi
arch/arm/boot/dts/imx6sl-evk.dts

index 1a3888a..0b1bc29 100644 (file)
         * Note: reg_sd3_vmmc is also need to be enabled
         */
        /* vmmc-supply = <&reg_sd3_vmmc>; */
+       keep-power-in-suspend;
        status = "okay";
 };
 
index 0f22254..66bea8f 100644 (file)
        bus-width = <8>;
        cd-gpios = <&gpio2 2 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio2 3 GPIO_ACTIVE_HIGH>;
+       no-1-8-v;
+       keep-power-in-suspend;
        status = "okay";
 };
 
        bus-width = <8>;
        cd-gpios = <&gpio2 0 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio2 1 GPIO_ACTIVE_HIGH>;
+       no-1-8-v;
+       keep-power-in-suspend;
        status = "okay";
 };
 
        bus-width = <8>;
        non-removable;
        no-1-8-v;
+       keep-power-in-suspend;
        status = "okay";
 };
 
index 922423d..9c3f17c 100644 (file)
        bus-width = <8>;
        cd-gpios = <&gpio4 7 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;
+       keep-power-in-suspend;
        status = "okay";
 };
 
        pinctrl-2 = <&pinctrl_usdhc2_200mhz>;
        cd-gpios = <&gpio5 0 GPIO_ACTIVE_LOW>;
        wp-gpios = <&gpio4 29 GPIO_ACTIVE_HIGH>;
+       keep-power-in-suspend;
        status = "okay";
 };
 
        pinctrl-1 = <&pinctrl_usdhc3_100mhz>;
        pinctrl-2 = <&pinctrl_usdhc3_200mhz>;
        cd-gpios = <&gpio3 22 GPIO_ACTIVE_LOW>;
+       keep-power-in-suspend;
        status = "okay";
 };