mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 13:23:02 -04:00
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. 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>
This commit is contained in:
committed by
Bjorn Andersson
parent
c1e77b1345
commit
d304777ee4
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user