Message ID | 20240606-x1e80100-dts-pmic-glink-v2-1-972c902e3e6b@linaro.org (mailing list archive) |
---|---|
State | Accepted |
Commit | aa48a8a5d642b5806a7bdae52457c87fee3118f8 |
Headers | show |
Series | arm64: dts: qcom: x1e80100: Describe 3 USB Type-C connectors currently used | expand |
On 6.06.2024 12:41 PM, Abel Vesa wrote: > 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> Konrad
On Thu, Jun 06, 2024 at 01:41:52PM +0300, Abel Vesa wrote: > 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> > --- > arch/arm64/boot/dts/qcom/x1e80100.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
diff --git a/arch/arm64/boot/dts/qcom/x1e80100.dtsi b/arch/arm64/boot/dts/qcom/x1e80100.dtsi index cf8d8d5b1870..e275a2a04add 100644 --- a/arch/arm64/boot/dts/qcom/x1e80100.dtsi +++ b/arch/arm64/boot/dts/qcom/x1e80100.dtsi @@ -2567,6 +2567,7 @@ port@2 { reg = <2>; usb_1_ss0_qmpphy_dp_in: endpoint { + remote-endpoint = <&mdss_dp0_out>; }; }; }; @@ -2634,6 +2635,7 @@ port@2 { reg = <2>; usb_1_ss1_qmpphy_dp_in: endpoint { + remote-endpoint = <&mdss_dp1_out>; }; }; }; @@ -2701,6 +2703,7 @@ port@2 { reg = <2>; usb_1_ss2_qmpphy_dp_in: endpoint { + remote-endpoint = <&mdss_dp2_out>; }; }; }; @@ -3993,6 +3996,7 @@ port@1 { reg = <1>; mdss_dp0_out: endpoint { + remote-endpoint = <&usb_1_ss0_qmpphy_dp_in>; }; }; }; @@ -4075,6 +4079,7 @@ port@1 { reg = <1>; mdss_dp1_out: endpoint { + remote-endpoint = <&usb_1_ss1_qmpphy_dp_in>; }; }; }; @@ -4154,6 +4159,10 @@ mdss_dp2_in: endpoint { port@1 { reg = <1>; + + mdss_dp2_out: endpoint { + remote-endpoint = <&usb_1_ss2_qmpphy_dp_in>; + }; }; };
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> --- arch/arm64/boot/dts/qcom/x1e80100.dtsi | 9 +++++++++ 1 file changed, 9 insertions(+)