arm64: dts: qcom: move data-lanes to the DP-out endpoint

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>
This commit is contained in:
Dmitry Baryshkov 2025-07-24 15:23:42 +03:00 committed by Bjorn Andersson
parent 91329efd13
commit c361adf09d
4 changed files with 9 additions and 18 deletions

View File

@ -361,12 +361,11 @@ &mdss0 {
};
&mdss0_dp2 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss0_dp2_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&edp0_connector_in>;
};
@ -378,12 +377,11 @@ &mdss0_dp2_phy {
};
&mdss0_dp3 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss0_dp3_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&edp1_connector_in>;
};
@ -399,12 +397,11 @@ &mdss1 {
};
&mdss1_dp0 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss1_dp0_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&dp2_connector_in>;
};
@ -416,12 +413,11 @@ &mdss1_dp0_phy {
};
&mdss1_dp1 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss1_dp1_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&dp3_connector_in>;
};
@ -433,12 +429,11 @@ &mdss1_dp1_phy {
};
&mdss1_dp2 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss1_dp2_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&edp2_connector_in>;
};
@ -450,12 +445,11 @@ &mdss1_dp2_phy {
};
&mdss1_dp3 {
data-lanes = <0 1 2 3>;
status = "okay";
};
&mdss1_dp3_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&edp3_connector_in>;
};

View File

@ -438,8 +438,6 @@ &mdss {
};
&mdss_dp {
data-lanes = <0 1>;
vdda-1p2-supply = <&vreg_l3c_1p2>;
vdda-0p9-supply = <&vreg_l4a_0p8>;
@ -447,6 +445,7 @@ &mdss_dp {
};
&mdss_dp_out {
data-lanes = <0 1>;
remote-endpoint = <&ec_dp_in>;
};

View File

@ -436,8 +436,6 @@ &mdss_dp1_out {
};
&mdss_edp {
data-lanes = <0 1 2 3>;
pinctrl-0 = <&edp_hpd_active>;
pinctrl-names = "default";
@ -460,6 +458,7 @@ auo_b140han06_in: endpoint {
};
&mdss_edp_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&auo_b140han06_in>;
};

View File

@ -531,8 +531,6 @@ &mdss_dp1_out {
};
&mdss_edp {
data-lanes = <0 1 2 3>;
pinctrl-names = "default";
pinctrl-0 = <&edp_hpd_active>;
@ -554,6 +552,7 @@ auo_b133han05_in: endpoint {
};
&mdss_edp_out {
data-lanes = <0 1 2 3>;
remote-endpoint = <&auo_b133han05_in>;
};