Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 282294a5 authored by Vikram Mulukutla's avatar Vikram Mulukutla
Browse files

ARM: dts: msm: Add the CCI clock to the 8994 cpufreq node



Allow the cpufreq driver to enable and disable the CCI
clock. Each online CPU counts as one enable vote on the
CCI clock.

Change-Id: I745b88963d6b79442872aae13595c26f2bf0bcf2
Signed-off-by: default avatarVikram Mulukutla <markivx@codeaurora.org>
parent 31e6a301
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1584,10 +1584,11 @@

	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names = "cpu0_clk", "cpu1_clk", "cpu2_clk",
		clock-names = "l2_clk", "cpu0_clk", "cpu1_clk", "cpu2_clk",
				"cpu3_clk", "cpu4_clk", "cpu5_clk",
				"cpu6_clk", "cpu7_clk";
		clocks = <&clock_cpu clk_a53_clk>,
		clocks = <&clock_cpu clk_cci_clk>,
			 <&clock_cpu clk_a53_clk>,
			 <&clock_cpu clk_a53_clk>,
			 <&clock_cpu clk_a53_clk>,
			 <&clock_cpu clk_a53_clk>,