arm64: dts: qcom: sc8180x: add empty mdss_edp_out endpoint

Follow the example of other DP controllers and also eDP controller on
SC7280 and move mdss_edp_out endpoint declaration to the SoC DTSI. This
slightly reduces the boilerplate in the platform DT files and also
reduces the difference between DP and eDP controllers.

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-1-6ca569812838@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
Dmitry Baryshkov 2025-07-24 15:23:39 +03:00 committed by Bjorn Andersson
parent f0370265b1
commit 45cca0f3c8
3 changed files with 13 additions and 16 deletions

View File

@ -457,15 +457,10 @@ auo_b140han06_in: endpoint {
};
};
};
};
ports {
port@1 {
reg = <1>;
mdss_edp_out: endpoint {
remote-endpoint = <&auo_b140han06_in>;
};
};
};
&mdss_edp_out {
remote-endpoint = <&auo_b140han06_in>;
};
&pcie3 {

View File

@ -551,15 +551,10 @@ auo_b133han05_in: endpoint {
};
};
};
};
ports {
port@1 {
reg = <1>;
mdss_edp_out: endpoint {
remote-endpoint = <&auo_b133han05_in>;
};
};
};
&mdss_edp_out {
remote-endpoint = <&auo_b133han05_in>;
};
&pcie1 {

View File

@ -3423,6 +3423,13 @@ edp_in: endpoint {
remote-endpoint = <&dpu_intf5_out>;
};
};
port@1 {
reg = <1>;
mdss_edp_out: endpoint {
};
};
};
edp_opp_table: opp-table {