]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: talos: Mark usb controllers are wakeup capable devices
authorKrishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Wed, 28 Jan 2026 06:27:20 +0000 (11:57 +0530)
committerBjorn Andersson <andersson@kernel.org>
Wed, 4 Mar 2026 19:01:05 +0000 (13:01 -0600)
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>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260128062720.437712-3-krishna.kurapati@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/talos.dtsi

index 8b2e8d335d80ba71154d594bb8f793339ead1a85..5e004967ae83abecf5266cc5ef882263352a8551 100644 (file)
                        snps,hird-threshold = /bits/ 8 <0x10>;
                        snps,usb3_lpm_capable;
 
+                       wakeup-source;
+
                        status = "disabled";
                };
 
                        snps,hird-threshold = /bits/ 8 <0x10>;
 
                        maximum-speed = "high-speed";
+                       wakeup-source;
 
                        status = "disabled";
                };