Merge "ARM: dts: msm: Enable UCSI nodes for sun"

This commit is contained in:
qctecmdr
2023-11-23 05:57:35 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 57 additions and 0 deletions

View File

@@ -279,3 +279,22 @@
&tlmm 63 0 &tlmm 91 0 &tlmm 88 0x2008>;
};
};
&usb0 {
usb-role-switch;
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};

View File

@@ -313,3 +313,22 @@
&tlmm 51 0 &tlmm 161 0 &tlmm 162 0x2008>;
};
};
&usb0 {
usb-role-switch;
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};

View File

@@ -217,3 +217,22 @@
dummy-supply = <&pmih010x_eusb2_repeater>;
usb-repeater = <&pmih010x_eusb2_repeater>;
};
&usb0 {
usb-role-switch;
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};