Commit 61920523 authored by Niklas Cassel's avatar Niklas Cassel Committed by Andy Gross

arm64: dts: msm8916: drop legacy suffix for clocks used by MSM DRM driver

Drop legacy suffix for clocks used by MSM DRM driver.

The _clk suffix has been deprecated since commit 20c3bb80235 ("drm/msm:
drop _clk suffix from clk names").

Fixes: 720c3bb8 (drm/msm: drop _clk suffix from clk names)

The following warnings during boot have been seen since the referenced
fixes commit:

msm_dsi_phy 1a98300.dsi-phy: Using legacy clk name binding.  Use "iface" instead of "iface_clk"
msm 1a00000.mdss: Using legacy clk name binding.  Use "iface" instead of "iface_clk"
msm 1a00000.mdss: Using legacy clk name binding.  Use "bus" instead of "bus_clk"
msm 1a00000.mdss: Using legacy clk name binding.  Use "vsync" instead of "vsync_clk"
msm_mdp 1a01000.mdp: Using legacy clk name binding.  Use "bus" instead of "bus_clk"
msm_mdp 1a01000.mdp: Using legacy clk name binding.  Use "iface" instead of "iface_clk"
msm_mdp 1a01000.mdp: Using legacy clk name binding.  Use "core" instead of "core_clk"
msm_mdp 1a01000.mdp: Using legacy clk name binding.  Use "vsync" instead of "vsync_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "mdp_core" instead of "mdp_core_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "iface" instead of "iface_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "bus" instead of "bus_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "byte" instead of "byte_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "pixel" instead of "pixel_clk"
msm_dsi 1a98000.dsi: Using legacy clk name binding.  Use "core" instead of "core_clk"
Signed-off-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: default avatarNicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent f63d609b
...@@ -858,9 +858,9 @@ mdss: mdss@1a00000 { ...@@ -858,9 +858,9 @@ mdss: mdss@1a00000 {
clocks = <&gcc GCC_MDSS_AHB_CLK>, clocks = <&gcc GCC_MDSS_AHB_CLK>,
<&gcc GCC_MDSS_AXI_CLK>, <&gcc GCC_MDSS_AXI_CLK>,
<&gcc GCC_MDSS_VSYNC_CLK>; <&gcc GCC_MDSS_VSYNC_CLK>;
clock-names = "iface_clk", clock-names = "iface",
"bus_clk", "bus",
"vsync_clk"; "vsync";
interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>; interrupts = <0 72 IRQ_TYPE_LEVEL_HIGH>;
...@@ -883,10 +883,10 @@ mdp: mdp@1a01000 { ...@@ -883,10 +883,10 @@ mdp: mdp@1a01000 {
<&gcc GCC_MDSS_AXI_CLK>, <&gcc GCC_MDSS_AXI_CLK>,
<&gcc GCC_MDSS_MDP_CLK>, <&gcc GCC_MDSS_MDP_CLK>,
<&gcc GCC_MDSS_VSYNC_CLK>; <&gcc GCC_MDSS_VSYNC_CLK>;
clock-names = "iface_clk", clock-names = "iface",
"bus_clk", "bus",
"core_clk", "core",
"vsync_clk"; "vsync";
iommus = <&apps_iommu 4>; iommus = <&apps_iommu 4>;
...@@ -922,12 +922,12 @@ dsi0: dsi@1a98000 { ...@@ -922,12 +922,12 @@ dsi0: dsi@1a98000 {
<&gcc GCC_MDSS_BYTE0_CLK>, <&gcc GCC_MDSS_BYTE0_CLK>,
<&gcc GCC_MDSS_PCLK0_CLK>, <&gcc GCC_MDSS_PCLK0_CLK>,
<&gcc GCC_MDSS_ESC0_CLK>; <&gcc GCC_MDSS_ESC0_CLK>;
clock-names = "mdp_core_clk", clock-names = "mdp_core",
"iface_clk", "iface",
"bus_clk", "bus",
"byte_clk", "byte",
"pixel_clk", "pixel",
"core_clk"; "core";
phys = <&dsi_phy0>; phys = <&dsi_phy0>;
phy-names = "dsi-phy"; phy-names = "dsi-phy";
...@@ -963,7 +963,7 @@ dsi_phy0: dsi-phy@1a98300 { ...@@ -963,7 +963,7 @@ dsi_phy0: dsi-phy@1a98300 {
#phy-cells = <0>; #phy-cells = <0>;
clocks = <&gcc GCC_MDSS_AHB_CLK>; clocks = <&gcc GCC_MDSS_AHB_CLK>;
clock-names = "iface_clk"; clock-names = "iface";
}; };
}; };
......
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