imx6: refresh and update target kernel configs
[openwrt/openwrt.git] / target / linux / imx6 / patches-5.4 / 010-v5.8-ARM-dts-imx6qdl-gw5910-fix-wlan-regulator.patch
1 From 4792ff641cc8993606013d27d84cda59d8cc76c5 Mon Sep 17 00:00:00 2001
2 From: Tim Harvey <tharvey@gateworks.com>
3 Date: Tue, 12 May 2020 15:02:34 -0700
4 Subject: [PATCH 08/20] ARM: dts: imx6qdl-gw5910: fix wlan regulator
5
6 Connect the wl_reg regulator to usdhc2 such that it can be enabled
7 and disabled as needed. There is no need for this to be always-on.
8
9 Signed-off-by: Tim Harvey <tharvey@gateworks.com>
10 Signed-off-by: Shawn Guo <shawnguo@kernel.org>
11 ---
12 arch/arm/boot/dts/imx6qdl-gw5910.dtsi | 3 +--
13 1 file changed, 1 insertion(+), 2 deletions(-)
14
15 --- a/arch/arm/boot/dts/imx6qdl-gw5910.dtsi
16 +++ b/arch/arm/boot/dts/imx6qdl-gw5910.dtsi
17 @@ -79,7 +79,6 @@
18 enable-active-high;
19 regulator-min-microvolt = <3300000>;
20 regulator-max-microvolt = <3300000>;
21 - regulator-always-on;
22 };
23 };
24
25 @@ -249,7 +248,7 @@
26 &usdhc2 {
27 pinctrl-names = "default";
28 pinctrl-0 = <&pinctrl_usdhc2>;
29 - vmmc-supply = <&reg_3p3v>;
30 + vmmc-supply = <&reg_wl>;
31 non-removable;
32 bus-width = <4>;
33 status = "okay";