projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6a6535
)
arm64: dts: qcom: sc7280: move USB wakeup-source property
author
Johan Hovold
<johan+linaro@kernel.org>
Tue, 2 Aug 2022 15:26:42 +0000
(17:26 +0200)
committer
Bjorn Andersson
<andersson@kernel.org>
Mon, 29 Aug 2022 23:14:00 +0000
(18:14 -0500)
Move the USB-controller wakeup-source property to the dwc3 glue node to
match the updated binding.
Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link:
https://lore.kernel.org/r/20220802152642.2516-1-johan+linaro@kernel.org
arch/arm64/boot/dts/qcom/sc7280.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/qcom/sc7280.dtsi
b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 13d7f267b2891a2c916e147aba99863f7b04cca2..dac3b69e314f11fb82a7ba348d09a6b380dadbce 100644
(file)
--- a/
arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/
arch/arm64/boot/dts/qcom/sc7280.dtsi
@@
-3374,6
+3374,8
@@
<&gem_noc MASTER_APPSS_PROC 0 &cnoc2 SLAVE_USB3_0 0>;
interconnect-names = "usb-ddr", "apps-usb";
+ wakeup-source;
+
usb_1_dwc3: usb@a600000 {
compatible = "snps,dwc3";
reg = <0 0x0a600000 0 0xe000>;
@@
-3384,7
+3386,6
@@
phys = <&usb_1_hsphy>, <&usb_1_ssphy>;
phy-names = "usb2-phy", "usb3-phy";
maximum-speed = "super-speed";
- wakeup-source;
};
};