]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8650: move dp0 data-lanes to SoC dtsi
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 22 Aug 2025 15:56:53 +0000 (17:56 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 1 Sep 2025 18:03:32 +0000 (13:03 -0500)
The connection between the QMP Combo PHY and the DisplayPort
controller is fixed in SoC, so move the data-lanes property
in the SoC dtsi.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250822-topic-x1e80100-4lanes-v3-5-5363acad9e32@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8650-hdk.dts
arch/arm64/boot/dts/qcom/sm8650-qrd.dts
arch/arm64/boot/dts/qcom/sm8650.dtsi

index a00da76a60620b998973cab189f12eeaa0a448fa..d4e5c95e93395b84292366a6ad8bc1ee7d7c362b 100644 (file)
        status = "okay";
 };
 
-&mdss_dp0_out {
-       data-lanes = <0 1>;
-};
-
 &pcie0 {
        wake-gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
        perst-gpios = <&tlmm 94 GPIO_ACTIVE_LOW>;
index 081b7e40f5742120a611cbfa57a59dfb1dc19b9f..d71031cb26e2ecb1bf5c4e8b200e68f2d3b5d3a4 100644 (file)
        status = "okay";
 };
 
-&mdss_dp0_out {
-       data-lanes = <0 1>;
-};
-
 &pcie0 {
        wake-gpios = <&tlmm 96 GPIO_ACTIVE_HIGH>;
        perst-gpios = <&tlmm 94 GPIO_ACTIVE_LOW>;
index 944b02098dd4d591b2d739cab868bd219584ae5d..994fd241948ded4f76bac74ab790f6203eaa1074 100644 (file)
                                                reg = <1>;
 
                                                mdss_dp0_out: endpoint {
+                                                       data-lanes = <0 1>;
                                                        remote-endpoint = <&usb_dp_qmpphy_dp_in>;
                                                };
                                        };