Merge "ARM: dts: msm: Add UCSI connector to USB port on Diwali"

This commit is contained in:
qctecmdr
2021-12-06 05:51:51 -08:00
committed by Gerrit - the friendly Code Review server
3 changed files with 75 additions and 0 deletions

View File

@@ -126,3 +126,28 @@
status = "ok";
};
&usb0 {
usb-role-switch;
dwc3@a600000 {
usb-role-switch;
dr_mode = "otg";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};

View File

@@ -3,3 +3,28 @@
&battery_charger {
qcom,thermal-mitigation = <3000000 1500000 1000000 500000>;
};
&usb0 {
usb-role-switch;
dwc3@a600000 {
usb-role-switch;
dr_mode = "otg";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};

View File

@@ -6,3 +6,28 @@
6000000 5500000 5000000 4500000 4000000 3500000
3000000 2500000 2000000 1500000 1000000 500000>;
};
&usb0 {
usb-role-switch;
dwc3@a600000 {
usb-role-switch;
dr_mode = "otg";
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};
&ucsi {
connector {
port {
usb_port0_connector: endpoint {
remote-endpoint = <&usb_port0>;
};
};
};
};