Commit 4792ff64 authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo

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: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent d40edafe
......@@ -81,7 +81,6 @@ reg_wl: regulator-wl {
enable-active-high;
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
regulator-always-on;
};
};
......@@ -251,7 +250,7 @@ &usbh1 {
&usdhc2 {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usdhc2>;
vmmc-supply = <&reg_3p3v>;
vmmc-supply = <&reg_wl>;
non-removable;
bus-width = <4>;
status = "okay";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment