ARM: dts: msm: Add UCSI connector to USB port on Ravelin

Add UCSI & USB port related information to allow usb-role switch
framework to discover connection, and provide USB role related
configuration.

Change-Id: Ifa52550fd1f9464d807b2ea5e55056c34f86a60b
This commit is contained in:
Uttkarsh Aggarwal
2022-11-10 17:43:35 +05:30
parent 32d88386af
commit 10b297f1c5
2 changed files with 13 additions and 0 deletions

View File

@@ -71,6 +71,12 @@
dr_mode = "otg";
maximum-speed = "super-speed";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
/* USB port related High Speed PHY */

View File

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