]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: move data-lanes to the DP-out endpoint
authorDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Thu, 24 Jul 2025 12:23:42 +0000 (15:23 +0300)
committerBjorn Andersson <andersson@kernel.org>
Tue, 12 Aug 2025 03:19:26 +0000 (22:19 -0500)
Support for the data-lanes declaration in the DP node is deprecated.
Move them to the corresponding endpoint as recommended by the current DP
bindings.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20250724-move-edp-endpoints-v1-4-6ca569812838@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sa8295p-adp.dts
arch/arm64/boot/dts/qcom/sc7180-acer-aspire1.dts
arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
arch/arm64/boot/dts/qcom/sc8180x-primus.dts

index d5015ec4b23d00b5a51c81c99ea46f7c57c3fd13..64e59299672cbf316b4eddb978e4583ff34c0299 100644 (file)
 };
 
 &mdss0_dp2 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss0_dp2_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&edp0_connector_in>;
 };
 
 };
 
 &mdss0_dp3 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss0_dp3_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&edp1_connector_in>;
 };
 
 };
 
 &mdss1_dp0 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss1_dp0_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&dp2_connector_in>;
 };
 
 };
 
 &mdss1_dp1 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss1_dp1_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&dp3_connector_in>;
 };
 
 };
 
 &mdss1_dp2 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss1_dp2_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&edp2_connector_in>;
 };
 
 };
 
 &mdss1_dp3 {
-       data-lanes = <0 1 2 3>;
-
        status = "okay";
 };
 
 &mdss1_dp3_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&edp3_connector_in>;
 };
 
index 672ac4c3afa34011eba6a309148978a777e2fbfa..a70396f250f0cc7509128bd49b3c69e0e78cffc4 100644 (file)
 };
 
 &mdss_dp {
-       data-lanes = <0 1>;
-
        vdda-1p2-supply = <&vreg_l3c_1p2>;
        vdda-0p9-supply = <&vreg_l4a_0p8>;
 
 };
 
 &mdss_dp_out {
+       data-lanes = <0 1>;
        remote-endpoint = <&ec_dp_in>;
 };
 
index 93dfb82c36da29cf271a2c0e4e5077f9cc7ac299..08d0784d0cbb899b021198bd85e26f1a93861713 100644 (file)
 };
 
 &mdss_edp {
-       data-lanes = <0 1 2 3>;
-
        pinctrl-0 = <&edp_hpd_active>;
        pinctrl-names = "default";
 
 };
 
 &mdss_edp_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&auo_b140han06_in>;
 };
 
index 6808226b04e4e6cab77af1a29376ce06d5dfd14e..93de9fe918ebdadf239832db647b84ac9d5a33f6 100644 (file)
 };
 
 &mdss_edp {
-       data-lanes = <0 1 2 3>;
-
        pinctrl-names = "default";
        pinctrl-0 = <&edp_hpd_active>;
 
 };
 
 &mdss_edp_out {
+       data-lanes = <0 1 2 3>;
        remote-endpoint = <&auo_b133han05_in>;
 };