From dd1ed36916352b63d22c5694634f35591ca9743d Mon Sep 17 00:00:00 2001 From: Udipto Goswami Date: Sun, 5 Jan 2025 12:52:16 +0530 Subject: [PATCH] ARM: dts: msm: Add wcd_usbss reference to USB on Kera The USB D+/D- signal lines are first routed through the WCD939x USB subsystem before connecting to the USB controller on MTP and QRD platform for kera. Add a phandle to the former to the USB device node. This will allow the USB driver to control the D+/D- switches when functionality is needed. Change-Id: Ie6e76885785cc57974d52df91297a98f300cf666 Signed-off-by: Udipto Goswami --- qcom/kera-mtp.dtsi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/qcom/kera-mtp.dtsi b/qcom/kera-mtp.dtsi index b5b73f13..e875880e 100644 --- a/qcom/kera-mtp.dtsi +++ b/qcom/kera-mtp.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved. */ #include #include @@ -88,3 +88,7 @@ &pm8550ve_f_die_temp { status = "disabled"; }; + +&usb0 { + qcom,wcd_usbss = <&wcd_usbss>; +};