Commit 693e8244 authored by Bjorn Andersson's avatar Bjorn Andersson

arm64: dts: qcom: msm8996: Stop using legacy clock names

MDSS and its friends complain about the DTS is using legacy clock names,
update these to silence the warnings.
Reviewed-by: default avatarNiklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: default avatarVinod Koul <vkoul@kernel.org>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent 73db2714
......@@ -1705,7 +1705,7 @@ mdss: mdss@900000 {
#interrupt-cells = <1>;
clocks = <&mmcc MDSS_AHB_CLK>;
clock-names = "iface_clk";
clock-names = "iface";
#address-cells = <1>;
#size-cells = <1>;
......@@ -1724,11 +1724,11 @@ mdp: mdp@901000 {
<&mmcc MDSS_MDP_CLK>,
<&mmcc SMMU_MDP_AXI_CLK>,
<&mmcc MDSS_VSYNC_CLK>;
clock-names = "iface_clk",
"bus_clk",
"core_clk",
"iommu_clk",
"vsync_clk";
clock-names = "iface",
"bus",
"core",
"iommu",
"vsync";
iommus = <&mdp_smmu 0>;
......@@ -1763,11 +1763,11 @@ hdmi: hdmi-tx@9a0000 {
<&mmcc MDSS_HDMI_AHB_CLK>,
<&mmcc MDSS_EXTPCLK_CLK>;
clock-names =
"mdp_core_clk",
"iface_clk",
"core_clk",
"alt_iface_clk",
"extp_clk";
"mdp_core",
"iface",
"core",
"alt_iface",
"extp";
phys = <&hdmi_phy>;
phy-names = "hdmi_phy";
......@@ -1804,8 +1804,8 @@ hdmi_phy: hdmi-phy@9a0600 {
clocks = <&mmcc MDSS_AHB_CLK>,
<&gcc GCC_HDMI_CLKREF_CLK>;
clock-names = "iface_clk",
"ref_clk";
clock-names = "iface",
"ref";
};
};
};
......
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