Commit 2a07efb8 authored by Konrad Dybcio's avatar Konrad Dybcio Committed by Bjorn Andersson

arm64: dts: qcom: sm8350: Add mdss_ prefix to DSIn out labels

Add the mdss_ prefix to DSIn labels, so that the hardware blocks can
be organized near each other while retaining the alphabetical order
in device DTs when referencing by label.
Signed-off-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230120210101.2146852-7-konrad.dybcio@linaro.org
parent e3e654ce
...@@ -309,7 +309,7 @@ port@0 { ...@@ -309,7 +309,7 @@ port@0 {
reg = <0>; reg = <0>;
lt9611_a: endpoint { lt9611_a: endpoint {
remote-endpoint = <&dsi0_out>; remote-endpoint = <&mdss_dsi0_out>;
}; };
}; };
......
...@@ -2876,7 +2876,7 @@ ports { ...@@ -2876,7 +2876,7 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
dpu_intf1_out: endpoint { dpu_intf1_out: endpoint {
remote-endpoint = <&dsi0_in>; remote-endpoint = <&mdss_dsi0_in>;
}; };
}; };
}; };
...@@ -2948,14 +2948,14 @@ ports { ...@@ -2948,14 +2948,14 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
dsi0_in: endpoint { mdss_dsi0_in: endpoint {
remote-endpoint = <&dpu_intf1_out>; remote-endpoint = <&dpu_intf1_out>;
}; };
}; };
port@1 { port@1 {
reg = <1>; reg = <1>;
dsi0_out: endpoint { mdss_dsi0_out: endpoint {
}; };
}; };
}; };
...@@ -3046,13 +3046,13 @@ ports { ...@@ -3046,13 +3046,13 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
dsi1_in: endpoint { mdss_dsi1_in: endpoint {
}; };
}; };
port@1 { port@1 {
reg = <1>; reg = <1>;
dsi1_out: endpoint { mdss_dsi1_out: endpoint {
}; };
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment