diff options
author | Tim Harvey <tharvey@gateworks.com> | 2020-05-12 15:02:34 -0700 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-05-20 10:19:18 +0800 |
commit | 4792ff641cc8993606013d27d84cda59d8cc76c5 (patch) | |
tree | 1f7f7403c998ff1a94e11bb47ea769e024dcfc8c /arch/arm/boot | |
parent | d40edafe80569c5b4d8893c1cdd1060c54ef433c (diff) | |
download | linux-4792ff641cc8993606013d27d84cda59d8cc76c5.tar.bz2 |
ARM: dts: imx6qdl-gw5910: fix wlan regulator
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-gw5910.dtsi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx6qdl-gw5910.dtsi b/arch/arm/boot/dts/imx6qdl-gw5910.dtsi index b850f8f62970..0857de505192 100644 --- a/arch/arm/boot/dts/imx6qdl-gw5910.dtsi +++ b/arch/arm/boot/dts/imx6qdl-gw5910.dtsi @@ -81,7 +81,6 @@ enable-active-high; regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - regulator-always-on; }; }; @@ -251,7 +250,7 @@ &usdhc2 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_usdhc2>; - vmmc-supply = <®_3p3v>; + vmmc-supply = <®_wl>; non-removable; bus-width = <4>; status = "okay"; |