Commit c3c466d9 authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

arm64: dts: qcom: sc8180x: rename labels for DSI nodes

Currently in board files MDSS and DSI nodes stay apart, because labels
for DSI nodes do not have the mdss_ prefix. It was found that grouping
all display-related notes is more useful.

To keep all display-related nodes close in the board files, change DSI
node labels from dsi_* to mdss_dsi_*.
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230531011623.3808538-10-dmitry.baryshkov@linaro.org
parent 71c97412
...@@ -2733,14 +2733,14 @@ dpu_intf0_out: endpoint { ...@@ -2733,14 +2733,14 @@ dpu_intf0_out: endpoint {
port@1 { port@1 {
reg = <1>; reg = <1>;
dpu_intf1_out: endpoint { dpu_intf1_out: endpoint {
remote-endpoint = <&dsi0_in>; remote-endpoint = <&mdss_dsi0_in>;
}; };
}; };
port@2 { port@2 {
reg = <2>; reg = <2>;
dpu_intf2_out: endpoint { dpu_intf2_out: endpoint {
remote-endpoint = <&dsi1_in>; remote-endpoint = <&mdss_dsi1_in>;
}; };
}; };
...@@ -2784,7 +2784,7 @@ opp-460000000 { ...@@ -2784,7 +2784,7 @@ opp-460000000 {
}; };
}; };
dsi0: dsi@ae94000 { mdss_dsi0: dsi@ae94000 {
compatible = "qcom,mdss-dsi-ctrl"; compatible = "qcom,mdss-dsi-ctrl";
reg = <0 0x0ae94000 0 0x400>; reg = <0 0x0ae94000 0 0x400>;
reg-names = "dsi_ctrl"; reg-names = "dsi_ctrl";
...@@ -2808,7 +2808,7 @@ dsi0: dsi@ae94000 { ...@@ -2808,7 +2808,7 @@ dsi0: dsi@ae94000 {
operating-points-v2 = <&dsi_opp_table>; operating-points-v2 = <&dsi_opp_table>;
power-domains = <&rpmhpd SC8180X_MMCX>; power-domains = <&rpmhpd SC8180X_MMCX>;
phys = <&dsi0_phy>; phys = <&mdss_dsi0_phy>;
phy-names = "dsi"; phy-names = "dsi";
status = "disabled"; status = "disabled";
...@@ -2819,14 +2819,14 @@ ports { ...@@ -2819,14 +2819,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 {
}; };
}; };
}; };
...@@ -2851,7 +2851,7 @@ opp-358000000 { ...@@ -2851,7 +2851,7 @@ opp-358000000 {
}; };
}; };
dsi0_phy: dsi-phy@ae94400 { mdss_dsi0_phy: dsi-phy@ae94400 {
compatible = "qcom,dsi-phy-7nm"; compatible = "qcom,dsi-phy-7nm";
reg = <0 0x0ae94400 0 0x200>, reg = <0 0x0ae94400 0 0x200>,
<0 0x0ae94600 0 0x280>, <0 0x0ae94600 0 0x280>,
...@@ -2870,7 +2870,7 @@ dsi0_phy: dsi-phy@ae94400 { ...@@ -2870,7 +2870,7 @@ dsi0_phy: dsi-phy@ae94400 {
status = "disabled"; status = "disabled";
}; };
dsi1: dsi@ae96000 { mdss_dsi1: dsi@ae96000 {
compatible = "qcom,mdss-dsi-ctrl"; compatible = "qcom,mdss-dsi-ctrl";
reg = <0 0x0ae96000 0 0x400>; reg = <0 0x0ae96000 0 0x400>;
reg-names = "dsi_ctrl"; reg-names = "dsi_ctrl";
...@@ -2894,7 +2894,7 @@ dsi1: dsi@ae96000 { ...@@ -2894,7 +2894,7 @@ dsi1: dsi@ae96000 {
operating-points-v2 = <&dsi_opp_table>; operating-points-v2 = <&dsi_opp_table>;
power-domains = <&rpmhpd SC8180X_MMCX>; power-domains = <&rpmhpd SC8180X_MMCX>;
phys = <&dsi1_phy>; phys = <&mdss_dsi1_phy>;
phy-names = "dsi"; phy-names = "dsi";
status = "disabled"; status = "disabled";
...@@ -2905,20 +2905,20 @@ ports { ...@@ -2905,20 +2905,20 @@ ports {
port@0 { port@0 {
reg = <0>; reg = <0>;
dsi1_in: endpoint { mdss_dsi1_in: endpoint {
remote-endpoint = <&dpu_intf2_out>; remote-endpoint = <&dpu_intf2_out>;
}; };
}; };
port@1 { port@1 {
reg = <1>; reg = <1>;
dsi1_out: endpoint { mdss_dsi1_out: endpoint {
}; };
}; };
}; };
}; };
dsi1_phy: dsi-phy@ae96400 { mdss_dsi1_phy: dsi-phy@ae96400 {
compatible = "qcom,dsi-phy-7nm"; compatible = "qcom,dsi-phy-7nm";
reg = <0 0x0ae96400 0 0x200>, reg = <0 0x0ae96400 0 0x200>,
<0 0x0ae96600 0 0x280>, <0 0x0ae96600 0 0x280>,
......
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