USB controllers on talos are wakeup capable. Hence add wakeup-source
property to both controller nodes.
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
---
arch/arm64/boot/dts/qcom/talos.dtsi | 3 +++
1 file changed, 3 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/talos.dtsi b/arch/arm64/boot/dts/qcom/talos.dtsi
index 8b2e8d335d80..5e004967ae83 100644
--- a/arch/arm64/boot/dts/qcom/talos.dtsi
+++ b/arch/arm64/boot/dts/qcom/talos.dtsi
@@ -4539,6 +4539,8 @@ usb_1: usb@a600000 {
snps,hird-threshold = /bits/ 8 <0x10>;
snps,usb3_lpm_capable;
+ wakeup-source;
+
status = "disabled";
};
@@ -4593,6 +4595,7 @@ usb_2: usb@a800000 {
snps,hird-threshold = /bits/ 8 <0x10>;
maximum-speed = "high-speed";
+ wakeup-source;
status = "disabled";
};
--
2.34.1