projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b30df7
)
MLK-10629-6 dts: imx7d-sdb: do not enable wlreg_on always
author
Dong Aisheng
<b29396@freescale.com>
Thu, 9 Apr 2015 09:05:24 +0000
(17:05 +0800)
committer
Nitin Garg
<nitin.garg@nxp.com>
Mon, 19 Mar 2018 19:48:49 +0000
(14:48 -0500)
Broadcom WiFi requires reset by operating wlreg_on regulator
when doing insmod/rmmod.
Keep wlreg_on will cause card state wrong and unable to re-insmod.
Signed-off-by: Dong Aisheng <b29396@freescale.com>
(cherry picked from commit
d65683e1d0717fa039ebd4c55562e6ee745354b7
)
Signed-off-by: Haibo Chen <haibo.chen@freescale.com>
arch/arm/boot/dts/imx7d-sdb.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/imx7d-sdb.dts
b/arch/arm/boot/dts/imx7d-sdb.dts
index
e24faaa
..
2379c9c
100644
(file)
--- a/
arch/arm/boot/dts/imx7d-sdb.dts
+++ b/
arch/arm/boot/dts/imx7d-sdb.dts
@@
-122,8
+122,6
@@
regulator-name = "wlreg_on";
gpio = <&gpio4 21 GPIO_ACTIVE_HIGH>;
enable-active-high;
- regulator-boot-on;
- regulator-always-on;
};
};