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

Commit 55b1f889 authored by Mahesh Sivasubramanian's avatar Mahesh Sivasubramanian
Browse files

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



Allow idle driver to enable/disable the CCI clock during RPM assisted power
collapse. Each core count towards as one enable vote for the CCI clock.

Change-Id: I501755cdc3975e0f00d7ade9a1d97cf296ca0b97
Signed-off-by: default avatarMahesh Sivasubramanian <msivasub@codeaurora.org>
parent 54757847
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@
		reg = <0xfe875664 0x40>;
		clock-names = "cpu0_clk", "cpu1_clk", "cpu2_clk",
				"cpu3_clk", "cpu4_clk", "cpu5_clk",
				"cpu6_clk", "cpu7_clk";
				"cpu6_clk", "cpu7_clk", "l2_clk";
		clocks = <&clock_cpu clk_a53_clk>,
			 <&clock_cpu clk_a53_clk>,
			 <&clock_cpu clk_a53_clk>,
@@ -548,7 +548,8 @@
			 <&clock_cpu clk_a57_clk>,
			 <&clock_cpu clk_a57_clk>,
			 <&clock_cpu clk_a57_clk>,
			 <&clock_cpu clk_a57_clk>;
			 <&clock_cpu clk_a57_clk>,
			 <&clock_cpu clk_cci_clk>;
	};

	qcom,cpu-sleep-status@f9088008{