Merge pull request #2272 from ab0tj/esp8089
Fix suspend/resume for esp8089
This commit is contained in:
commit
6c3a5e5269
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
dwc2
|
||||
mt7921e mt7921_common mt76_connac_lib mt76
|
||||
esp8089
|
||||
|
|
|
@ -1239,7 +1239,7 @@ diff -rupN linux.orig/arch/arm64/boot/dts/rockchip/rk3326-odroid-go2-v11.dts lin
|
|||
+ regulator-boot-on;
|
||||
+
|
||||
+ regulator-state-mem {
|
||||
+ regulator-on-in-suspend;
|
||||
+ regulator-off-in-suspend;
|
||||
+ regulator-suspend-microvolt = <3300000>;
|
||||
+ };
|
||||
+ };
|
||||
|
|
Loading…
Reference in a new issue