Skip to content

Commit 0417960

Browse files
eichenbergerShawn Guo
authored andcommitted
arm64: dts: imx8-apalis: set wifi regulator to always-on
Make sure that the wifi regulator is always on. The wifi driver itself puts the wifi module into suspend mode. If we cut the power the driver will crash when resuming from suspend. Signed-off-by: Stefan Eichenberger <[email protected]> Signed-off-by: Francesco Dolcini <[email protected]> Fixes: ad0de4c ("arm64: dts: freescale: add initial apalis imx8 aka quadmax module support") Signed-off-by: Shawn Guo <[email protected]>
1 parent 1c2b104 commit 0417960

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

arch/arm64/boot/dts/freescale/imx8-apalis-v1.1.dtsi

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,9 @@
8282
pinctrl-0 = <&pinctrl_wifi_pdn>;
8383
gpio = <&lsio_gpio1 28 GPIO_ACTIVE_HIGH>;
8484
enable-active-high;
85+
regulator-always-on;
8586
regulator-name = "wifi_pwrdn_fake_regulator";
8687
regulator-settling-time-us = <100>;
87-
88-
regulator-state-mem {
89-
regulator-off-in-suspend;
90-
};
9188
};
9289

9390
reg_pcie_switch: regulator-pcie-switch {

0 commit comments

Comments
 (0)