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

Commit ea7dd06f authored by Archana Sathyakumar's avatar Archana Sathyakumar
Browse files

ARM: dts: msm: Remove additional clocks in pm node



MDM targets have single cpu. PM node associates each clock mentioned
within the node to a CPU. Since there is only one CPU available, there
should only one clock. Remove the other 3 clocks.

Change-Id: I671567577ba96761f02e5db36db993374c6f52b8
Signed-off-by: default avatarArchana Sathyakumar <asathyak@codeaurora.org>
parent 5c320a06
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -243,12 +243,8 @@
	qcom,pm@8600664 {
		compatible = "qcom,pm";
		reg = <0x8600664 0x40>;
		clocks = <&clock_cpu  clk_a7ssmux>,
			 <&clock_cpu  clk_a7ssmux>,
			 <&clock_cpu  clk_a7ssmux>,
			 <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk", "cpu1_clk",
			"cpu2_clk", "cpu3_clk";
		clocks = <&clock_cpu  clk_a7ssmux>;
		clock-names = "cpu0_clk";
		qcom,use-sync-timer;
		qcom,synced-clocks;
	};