Merge "ARM: dts: msm: Add usb-role-switch and eud on Anorak"

This commit is contained in:
qctecmdr
2022-08-20 05:08:31 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 18 additions and 0 deletions

View File

@@ -38,10 +38,14 @@
qcom,pm-qos-latency = <2>;
usb-role-switch;
interconnect-names = "usb-ddr", "ddr-usb";
interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>,
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_0>;
extcon = <&eud>;
dwc3@a600000 {
compatible = "snps,dwc3";
reg = <0xa600000 0xd93c>;
@@ -63,6 +67,13 @@
tx-fifo-resize;
dr_mode = "otg";
maximum-speed = "super-speed-plus";
usb-role-switch;
};
port {
usb_port0: endpoint {
remote-endpoint = <&usb_port0_connector>;
};
};
};

View File

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