Skip to content

Commit 6cbb088

Browse files
Kriskura176767Yuanjie Yang
authored andcommitted
FROMLIST: arm64: dts: qcom: talos: Mark usb controllers are wakeup capable devices
USB controllers on talos are wakeup capable. Hence add wakeup-source property to both controller nodes. Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> Link: https://lore.kernel.org/all/20260128062720.437712-3-krishna.kurapati@oss.qualcomm.com/ Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
1 parent 0d43c66 commit 6cbb088

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

arch/arm64/boot/dts/qcom/talos.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5012,6 +5012,8 @@
50125012
snps,hird-threshold = /bits/ 8 <0x10>;
50135013
snps,usb3_lpm_capable;
50145014

5015+
wakeup-source;
5016+
50155017
status = "disabled";
50165018
};
50175019

@@ -5069,6 +5071,8 @@
50695071
snps,hird-threshold = /bits/ 8 <0x10>;
50705072
maximum-speed = "high-speed";
50715073

5074+
wakeup-source;
5075+
50725076
status = "disabled";
50735077
};
50745078

0 commit comments

Comments
 (0)