Skip to content

Commit 4792ff6

Browse files
GateworksShawn Guo
authored andcommitted
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 <[email protected]> Signed-off-by: Shawn Guo <[email protected]>
1 parent d40edaf commit 4792ff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arch/arm/boot/dts/imx6qdl-gw5910.dtsi

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
enable-active-high;
8282
regulator-min-microvolt = <3300000>;
8383
regulator-max-microvolt = <3300000>;
84-
regulator-always-on;
8584
};
8685
};
8786

@@ -251,7 +250,7 @@
251250
&usdhc2 {
252251
pinctrl-names = "default";
253252
pinctrl-0 = <&pinctrl_usdhc2>;
254-
vmmc-supply = <&reg_3p3v>;
253+
vmmc-supply = <&reg_wl>;
255254
non-removable;
256255
bus-width = <4>;
257256
status = "okay";

0 commit comments

Comments
 (0)