ARM: dts: msm: Enable UCSI nodes for sun
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: Ib7b212ab00022ee4e559f046dddead7aaf7539af Signed-off-by: Wesley Cheng <quic_wcheng@quicinc.com>
This commit is contained in:
@@ -272,3 +272,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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -306,3 +306,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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@@ -210,3 +210,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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user