mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
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:
parent
f0370265b1
commit
45cca0f3c8
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user