mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 04:59:05 +00:00
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:
@@ -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 */
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user