]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: qcom: x1e80100: Add remote endpoints between PHYs and DPs
authorAbel Vesa <abel.vesa@linaro.org>
Thu, 6 Jun 2024 10:41:52 +0000 (13:41 +0300)
committerBjorn Andersson <andersson@kernel.org>
Thu, 6 Jun 2024 22:39:04 +0000 (17:39 -0500)
Describe the port/endpoints graph between the USB/DP combo PHYs and their
corresponding DP controllers.

Signed-off-by: Abel Vesa <abel.vesa@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20240606-x1e80100-dts-pmic-glink-v2-1-972c902e3e6b@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/x1e80100.dtsi

index fe7ca2a73f9d654026bdfe1d39a798c1cf2ac18b..9944c654851e66311c02d917bd60b2248a8db6ec 100644 (file)
                                        reg = <2>;
 
                                        usb_1_ss0_qmpphy_dp_in: endpoint {
+                                               remote-endpoint = <&mdss_dp0_out>;
                                        };
                                };
                        };
                                        reg = <2>;
 
                                        usb_1_ss1_qmpphy_dp_in: endpoint {
+                                               remote-endpoint = <&mdss_dp1_out>;
                                        };
                                };
                        };
                                        reg = <2>;
 
                                        usb_1_ss2_qmpphy_dp_in: endpoint {
+                                               remote-endpoint = <&mdss_dp2_out>;
                                        };
                                };
                        };
                                                reg = <1>;
 
                                                mdss_dp0_out: endpoint {
+                                                       remote-endpoint = <&usb_1_ss0_qmpphy_dp_in>;
                                                };
                                        };
                                };
                                                reg = <1>;
 
                                                mdss_dp1_out: endpoint {
+                                                       remote-endpoint = <&usb_1_ss1_qmpphy_dp_in>;
                                                };
                                        };
                                };
 
                                        port@1 {
                                                reg = <1>;
+
+                                               mdss_dp2_out: endpoint {
+                                                       remote-endpoint = <&usb_1_ss2_qmpphy_dp_in>;
+                                               };
                                        };
                                };