Skip to content

Commit

Permalink
arm64: dts: qcom: msm8996: Stop using legacy clock names
Browse files Browse the repository at this point in the history
MDSS and its friends complain about the DTS is using legacy clock names,
update these to silence the warnings.

Reviewed-by: Niklas Cassel <niklas.cassel@linaro.org>
Reviewed-by: Vinod Koul <vkoul@kernel.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
Bjorn Andersson committed Jun 12, 2019
1 parent 73db271 commit 693e824
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions arch/arm64/boot/dts/qcom/msm8996.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -1705,7 +1705,7 @@
#interrupt-cells = <1>;

clocks = <&mmcc MDSS_AHB_CLK>;
clock-names = "iface_clk";
clock-names = "iface";

#address-cells = <1>;
#size-cells = <1>;
Expand All @@ -1724,11 +1724,11 @@
<&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>;

Expand Down Expand Up @@ -1763,11 +1763,11 @@
<&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";
Expand Down Expand Up @@ -1804,8 +1804,8 @@

clocks = <&mmcc MDSS_AHB_CLK>,
<&gcc GCC_HDMI_CLKREF_CLK>;
clock-names = "iface_clk",
"ref_clk";
clock-names = "iface",
"ref";
};
};
};
Expand Down

0 comments on commit 693e824

Please sign in to comment.