Commit 48307d83 authored by Bryan O'Donoghue's avatar Bryan O'Donoghue Committed by Bjorn Andersson

arm64: dts: qcom: sm8250: Add wakeup-source to usb_1 and usb_2

To test out a different GDSC change I wanted to have a USB keypress resume
a system in suspend.

Adding wakeup-source to usb_1 and usb_2 "just works" for me on rb5.
Consistent with qcm2290 and sa8775p add wakeup-source to the dtsi for the
SoC.
Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231109004311.2449566-2-bryan.odonoghue@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent fdcc36cd
......@@ -4162,6 +4162,7 @@ usb_1: usb@a6f8800 {
"dp_hs_phy_irq";
power-domains = <&gcc USB30_PRIM_GDSC>;
wakeup-source;
resets = <&gcc GCC_USB30_PRIM_BCR>;
......@@ -4230,6 +4231,7 @@ usb_2: usb@a8f8800 {
"dp_hs_phy_irq";
power-domains = <&gcc USB30_SEC_GDSC>;
wakeup-source;
resets = <&gcc GCC_USB30_SEC_BCR>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment