010-v5.8-ARM-dts-imx6qdl-gw5910-fix-wlan-regulator.patch 999 B

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