Commit 4b699d2d authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sm8150: move USB graph to the SoC dtsi

Move the graph connection between USB host, USB SS PHY and DP port to
the SoC dtsi file. They are linked in hardware in this way.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20240429-usb-link-dtsi-v1-1-87c341b55cdf@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b3f8cdef
...@@ -470,7 +470,6 @@ &mdss_dp { ...@@ -470,7 +470,6 @@ &mdss_dp {
&mdss_dp_out { &mdss_dp_out {
data-lanes = <0 1>; data-lanes = <0 1>;
remote-endpoint = <&usb_1_qmpphy_dp_in>;
}; };
&mdss_dsi0 { &mdss_dsi0 {
...@@ -676,18 +675,10 @@ &usb_1_qmpphy { ...@@ -676,18 +675,10 @@ &usb_1_qmpphy {
orientation-switch; orientation-switch;
}; };
&usb_1_qmpphy_dp_in {
remote-endpoint = <&mdss_dp_out>;
};
&usb_1_qmpphy_out { &usb_1_qmpphy_out {
remote-endpoint = <&pm8150b_typec_mux_in>; remote-endpoint = <&pm8150b_typec_mux_in>;
}; };
&usb_1_qmpphy_usb_ss_in {
remote-endpoint = <&usb_1_dwc3_ss>;
};
&usb_2_qmpphy { &usb_2_qmpphy {
status = "okay"; status = "okay";
vdda-phy-supply = <&vreg_l3c_1p2>; vdda-phy-supply = <&vreg_l3c_1p2>;
...@@ -711,10 +702,6 @@ &usb_1_dwc3_hs { ...@@ -711,10 +702,6 @@ &usb_1_dwc3_hs {
remote-endpoint = <&pm8150b_role_switch_in>; remote-endpoint = <&pm8150b_role_switch_in>;
}; };
&usb_1_dwc3_ss {
remote-endpoint = <&usb_1_qmpphy_usb_ss_in>;
};
&usb_2_dwc3 { &usb_2_dwc3 {
dr_mode = "host"; dr_mode = "host";
}; };
......
...@@ -3507,6 +3507,7 @@ port@1 { ...@@ -3507,6 +3507,7 @@ port@1 {
reg = <1>; reg = <1>;
usb_1_qmpphy_usb_ss_in: endpoint { usb_1_qmpphy_usb_ss_in: endpoint {
remote-endpoint = <&usb_1_dwc3_ss>;
}; };
}; };
...@@ -3514,6 +3515,7 @@ port@2 { ...@@ -3514,6 +3515,7 @@ port@2 {
reg = <2>; reg = <2>;
usb_1_qmpphy_dp_in: endpoint { usb_1_qmpphy_dp_in: endpoint {
remote-endpoint = <&mdss_dp_out>;
}; };
}; };
}; };
...@@ -3672,6 +3674,7 @@ port@1 { ...@@ -3672,6 +3674,7 @@ port@1 {
reg = <1>; reg = <1>;
usb_1_dwc3_ss: endpoint { usb_1_dwc3_ss: endpoint {
remote-endpoint = <&usb_1_qmpphy_usb_ss_in>;
}; };
}; };
}; };
...@@ -3894,6 +3897,7 @@ port@1 { ...@@ -3894,6 +3897,7 @@ port@1 {
reg = <1>; reg = <1>;
mdss_dp_out: endpoint { mdss_dp_out: endpoint {
remote-endpoint = <&usb_1_qmpphy_dp_in>;
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment