Skip to content

Commit

Permalink
arm64: dts: rock5itx: enable vdd_0v75_s0 when suspend
Browse files Browse the repository at this point in the history
Fix automatic wakeup after suspend.

Signed-off-by: Ken Wang <[email protected]>
  • Loading branch information
Ken-Vamrs authored and Joshua-Riek committed Jan 27, 2024
1 parent 049833e commit bd5622c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3588-rock-5-itx.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,13 @@
};
};

&vdd_0v75_s0 {
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <750000>;
};
};

&avcc_1v8_s0 {
regulator-state-mem {
regulator-on-in-suspend;
Expand Down

0 comments on commit bd5622c

Please sign in to comment.