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 <quic_ugoswami@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// 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 <dt-bindings/gpio/gpio.h>
|
#include <dt-bindings/gpio/gpio.h>
|
||||||
#include <dt-bindings/input/input.h>
|
#include <dt-bindings/input/input.h>
|
||||||
@@ -88,3 +88,7 @@
|
|||||||
&pm8550ve_f_die_temp {
|
&pm8550ve_f_die_temp {
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb0 {
|
||||||
|
qcom,wcd_usbss = <&wcd_usbss>;
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user