Skip to content

Commit

Permalink
arm64: dts: rock 3b: enable usb wakeup source (#124)
Browse files Browse the repository at this point in the history
Signed-off-by: Feng Zhang <[email protected]>
  • Loading branch information
vamrs-feng authored May 23, 2023
1 parent 4616dfe commit fdb1291
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions arch/arm64/boot/dts/rockchip/rk3568-rock-3b.dts
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,21 @@

&rockchip_suspend {
status = "okay";
rockchip,sleep-debug-en = <1>;
rockchip,sleep-mode-config = <
(0
| RKPM_SLP_CENTER_OFF
| RKPM_SLP_HW_PLLS_OFF
| RKPM_SLP_PMUALIVE_32K
| RKPM_SLP_32K_PVTM
)
>;
rockchip,wakeup-config = <
(0
| RKPM_GPIO_WKUP_EN
| RKPM_USB_WKUP_EN
)
>;
};

&can1 {
Expand Down

0 comments on commit fdb1291

Please sign in to comment.