]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sm8550: move dp0 data-lanes to SoC dtsi
authorNeil Armstrong <neil.armstrong@linaro.org>
Fri, 22 Aug 2025 15:56:52 +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-4-5363acad9e32@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8550-hdk.dts
arch/arm64/boot/dts/qcom/sm8550-mtp.dts
arch/arm64/boot/dts/qcom/sm8550-qrd.dts
arch/arm64/boot/dts/qcom/sm8550.dtsi

index 162afaffa48b1bd2239b12b0c3d92d75245ea433..b5d7f0cd443a18b167c94e450b5b9412897b2ba2 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 f5aa349f3194ecaf64cc607012797ea23dda45ed..38f2928f23cc3c1905ceea182270ce882d61eed7 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 c079c02550b85d374649e979995046938c1944f4..a3f4200a1145d8633944de46dfe3221a13c8ba7c 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 276faa5db0f106c3f0592cfae60d6d5b7ca6fdde..032640aa9eb540dca249eb3d6c58eb5dd1d2ae0d 100644 (file)
                                        port@1 {
                                                reg = <1>;
                                                mdss_dp0_out: endpoint {
+                                                       data-lanes = <0 1>;
                                                        remote-endpoint = <&usb_dp_qmpphy_dp_in>;
                                                };
                                        };