ARM: dts: msm: Enable UCSI nodes for kera USB

To support cable detection events from UCSI, updates need to be made
to enable usb role switch and setting up a connection to the UCSI PMIC
glink node.

Change-Id: Ic3a848f882072a766b3efb872f943dd3f4220ba1
Signed-off-by: Uttkarsh Aggarwal <quic_uaggarwa@quicinc.com>
This commit is contained in:
Uttkarsh Aggarwal
2024-12-20 14:15:50 +05:30
committed by Rohit Jadhav
parent 2a3ee4d3e1
commit 3ec8f954a3
2 changed files with 13 additions and 0 deletions

View File

@@ -91,6 +91,12 @@
maximum-speed = "super-speed-plus"; maximum-speed = "super-speed-plus";
usb-role-switch; usb-role-switch;
}; };
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
}; };
dwc3_mem_region: dwc3_mem_region { dwc3_mem_region: dwc3_mem_region {

View File

@@ -2428,6 +2428,13 @@
ucsi: qcom,ucsi { ucsi: qcom,ucsi {
compatible = "qcom,ucsi-glink"; compatible = "qcom,ucsi-glink";
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
}; };
altmode: qcom,altmode { altmode: qcom,altmode {