Merge "ARM: dts: msm: Add interconnects to USB on Waipio"

This commit is contained in:
qctecmdr
2021-03-06 11:25:51 -08:00
committed by Gerrit - the friendly Code Review server
5 changed files with 80 additions and 1 deletions

View File

@@ -255,3 +255,28 @@
pinctrl-2 = <&ts_release>;
};
};
&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

@@ -152,3 +152,28 @@
pinctrl-2 = <&ts_release>;
};
};
&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

@@ -247,3 +247,27 @@
};
};
&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

@@ -39,6 +39,11 @@
0x1a4>; /* GSI_IF_STS */
qcom,dwc-usb3-msm-tx-fifo-size = <27696>;
interconnect-names = "usb-ddr", "usb-ipa", "ddr-usb";
interconnects = <&aggre1_noc MASTER_USB3_0 &mc_virt SLAVE_EBI1>,
<&aggre1_noc MASTER_USB3_0 &config_noc SLAVE_IPA_CFG>,
<&gem_noc MASTER_APPSS_PROC &config_noc SLAVE_USB3_0>;
dwc3@a600000 {
compatible = "snps,dwc3";
reg = <0xa600000 0xd93c>;

View File

@@ -1356,7 +1356,7 @@
compatible = "qcom,battery-charger";
};
qcom,ucsi {
ucsi: qcom,ucsi {
compatible = "qcom,ucsi-glink";
};