ARM: dts: imx6qdl-gw5910: fix wlan regulator
authorTim Harvey <tharvey@gateworks.com>
Tue, 12 May 2020 22:02:34 +0000 (15:02 -0700)
committerShawn Guo <shawnguo@kernel.org>
Wed, 20 May 2020 02:19:18 +0000 (10:19 +0800)
Connect the wl_reg regulator to usdhc2 such that it can be enabled
and disabled as needed. There is no need for this to be always-on.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6qdl-gw5910.dtsi

index b850f8f62970460fe40b3f5a7aaa02c6d86363a2..0857de5051921e3cc5a5a1024c507d23862d0d4d 100644 (file)
@@ -81,7 +81,6 @@
                enable-active-high;
                regulator-min-microvolt = <3300000>;
                regulator-max-microvolt = <3300000>;
-               regulator-always-on;
        };
 };
 
 &usdhc2 {
        pinctrl-names = "default";
        pinctrl-0 = <&pinctrl_usdhc2>;
-       vmmc-supply = <&reg_3p3v>;
+       vmmc-supply = <&reg_wl>;
        non-removable;
        bus-width = <4>;
        status = "okay";