devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: qcom: sc7280: move USB wakeup-source property
@ 2022-08-02 15:26 Johan Hovold
  2022-08-22 13:13 ` Johan Hovold
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Johan Hovold @ 2022-08-02 15:26 UTC (permalink / raw)
  To: Bjorn Andersson
  Cc: Rob Herring, Krzysztof Kozlowski, Andy Gross,
	Manivannan Sadhasivam, Konrad Dybcio, Sandeep Maheswaram,
	Krishna Kurapati, Matthias Kaehlcke, Pavankumar Kondeti,
	quic_ppratap, quic_vpulyala, linux-arm-msm, devicetree,
	linux-kernel, Johan Hovold

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>
---

This one can be applied once the following series has been merged:

	https://lore.kernel.org/all/20220802151404.1797-1-johan+linaro@kernel.org

Johan


 arch/arm64/boot/dts/qcom/sc7280.dtsi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7280.dtsi b/arch/arm64/boot/dts/qcom/sc7280.dtsi
index 13d7f267b289..dac3b69e314f 100644
--- a/arch/arm64/boot/dts/qcom/sc7280.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7280.dtsi
@@ -3374,6 +3374,8 @@ usb_1: usb@a6f8800 {
 					<&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 @@ usb_1_dwc3: usb@a600000 {
 				phys = <&usb_1_hsphy>, <&usb_1_ssphy>;
 				phy-names = "usb2-phy", "usb3-phy";
 				maximum-speed = "super-speed";
-				wakeup-source;
 			};
 		};
 
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-08-29 23:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-02 15:26 [PATCH] arm64: dts: qcom: sc7280: move USB wakeup-source property Johan Hovold
2022-08-22 13:13 ` Johan Hovold
2022-08-22 22:31   ` Matthias Kaehlcke
2022-08-23 11:35     ` Johan Hovold
2022-08-23 18:54       ` Matthias Kaehlcke
2022-08-22 16:06 ` Matthias Kaehlcke
2022-08-29 23:45 ` Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).