Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2272 from ab0tj/esp8089
Browse files Browse the repository at this point in the history
Fix suspend/resume for esp8089
  • Loading branch information
fewtarius authored Oct 28, 2023
2 parents 4e62bdb + 4c2b0c2 commit 6c3a5e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/sysutils/sleep/sources/modules.bad
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
dwc2
mt7921e mt7921_common mt76_connac_lib mt76
esp8089
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
+ };
+ };
Expand Down

0 comments on commit 6c3a5e5

Please sign in to comment.