mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
arm64: dts: qcom: sc8280xp: add empty mdss*_dp*_out endpoints
Follow the example of other DP controllers and also eDP controller on SC7280 and move all mdss[01]_dp[0123]_out endpoints 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-2-6ca569812838@oss.qualcomm.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
45cca0f3c8
commit
caaba55bb7
|
|
@ -35,7 +35,7 @@ dp2-connector {
|
|||
|
||||
port {
|
||||
dp2_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss1_dp0_phy_out>;
|
||||
remote-endpoint = <&mdss1_dp0_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -49,7 +49,7 @@ dp3-connector {
|
|||
|
||||
port {
|
||||
dp3_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss1_dp1_phy_out>;
|
||||
remote-endpoint = <&mdss1_dp1_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -63,7 +63,7 @@ edp0-connector {
|
|||
|
||||
port {
|
||||
edp0_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss0_dp2_phy_out>;
|
||||
remote-endpoint = <&mdss0_dp2_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -77,7 +77,7 @@ edp1-connector {
|
|||
|
||||
port {
|
||||
edp1_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss0_dp3_phy_out>;
|
||||
remote-endpoint = <&mdss0_dp3_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -91,7 +91,7 @@ edp2-connector {
|
|||
|
||||
port {
|
||||
edp2_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss1_dp2_phy_out>;
|
||||
remote-endpoint = <&mdss1_dp2_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -105,7 +105,7 @@ edp3-connector {
|
|||
|
||||
port {
|
||||
edp3_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss1_dp3_phy_out>;
|
||||
remote-endpoint = <&mdss1_dp3_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -364,15 +364,10 @@ &mdss0_dp2 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss0_dp2_phy_out: endpoint {
|
||||
remote-endpoint = <&edp0_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss0_dp2_out {
|
||||
remote-endpoint = <&edp0_connector_in>;
|
||||
};
|
||||
|
||||
&mdss0_dp2_phy {
|
||||
|
|
@ -386,15 +381,10 @@ &mdss0_dp3 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss0_dp3_phy_out: endpoint {
|
||||
remote-endpoint = <&edp1_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss0_dp3_out {
|
||||
remote-endpoint = <&edp1_connector_in>;
|
||||
};
|
||||
|
||||
&mdss0_dp3_phy {
|
||||
|
|
@ -412,15 +402,10 @@ &mdss1_dp0 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss1_dp0_phy_out: endpoint {
|
||||
remote-endpoint = <&dp2_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss1_dp0_out {
|
||||
remote-endpoint = <&dp2_connector_in>;
|
||||
};
|
||||
|
||||
&mdss1_dp0_phy {
|
||||
|
|
@ -434,15 +419,10 @@ &mdss1_dp1 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss1_dp1_phy_out: endpoint {
|
||||
remote-endpoint = <&dp3_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss1_dp1_out {
|
||||
remote-endpoint = <&dp3_connector_in>;
|
||||
};
|
||||
|
||||
&mdss1_dp1_phy {
|
||||
|
|
@ -456,15 +436,10 @@ &mdss1_dp2 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss1_dp2_phy_out: endpoint {
|
||||
remote-endpoint = <&edp2_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss1_dp2_out {
|
||||
remote-endpoint = <&edp2_connector_in>;
|
||||
};
|
||||
|
||||
&mdss1_dp2_phy {
|
||||
|
|
@ -478,15 +453,10 @@ &mdss1_dp3 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss1_dp3_phy_out: endpoint {
|
||||
remote-endpoint = <&edp3_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss1_dp3_out {
|
||||
remote-endpoint = <&edp3_connector_in>;
|
||||
};
|
||||
|
||||
&mdss1_dp3_phy {
|
||||
|
|
|
|||
|
|
@ -548,15 +548,10 @@ edp_panel_in: endpoint {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss0_dp3_out: endpoint {
|
||||
remote-endpoint = <&edp_panel_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss0_dp3_out {
|
||||
remote-endpoint = <&edp_panel_in>;
|
||||
};
|
||||
|
||||
&mdss0_dp3_phy {
|
||||
|
|
|
|||
|
|
@ -761,15 +761,10 @@ edp_panel_in: endpoint {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss0_dp3_out: endpoint {
|
||||
remote-endpoint = <&edp_panel_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss0_dp3_out {
|
||||
remote-endpoint = <&edp_panel_in>;
|
||||
};
|
||||
|
||||
&mdss0_dp3_phy {
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ dp3_connector: connector {
|
|||
|
||||
port {
|
||||
dp1_connector_in: endpoint {
|
||||
remote-endpoint = <&mdss0_dp2_phy_out>;
|
||||
remote-endpoint = <&mdss0_dp2_out>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
@ -602,15 +602,10 @@ &mdss0_dp2 {
|
|||
data-lanes = <0 1 2 3>;
|
||||
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ports {
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
mdss0_dp2_phy_out: endpoint {
|
||||
remote-endpoint = <&dp1_connector_in>;
|
||||
};
|
||||
};
|
||||
};
|
||||
&mdss0_dp2_out {
|
||||
remote-endpoint = <&dp1_connector_in>;
|
||||
};
|
||||
|
||||
&mdss0_dp2_phy {
|
||||
|
|
|
|||
|
|
@ -4526,6 +4526,9 @@ mdss0_dp2_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss0_dp2_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -4598,6 +4601,9 @@ mdss0_dp3_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss0_dp3_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -5701,6 +5707,9 @@ mdss1_dp0_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss1_dp0_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -5773,6 +5782,9 @@ mdss1_dp1_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss1_dp1_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -5845,6 +5857,9 @@ mdss1_dp2_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss1_dp2_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -5917,6 +5932,9 @@ mdss1_dp3_in: endpoint {
|
|||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
|
||||
mdss1_dp3_out: endpoint {
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user