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

Commit b90c5482 authored by Maria Yu's avatar Maria Yu
Browse files

ARM: dts: msm: Add msm cpufreq node for msm8953



Add msm cpufreq node to enable msm cpufreq for msm8953.
Using a common cpufreq table for msm cpufreq which was
same used in msm-3.18.

Change-Id: I4eb5ea40e7eeb039255e036dce72f332870841c5
Signed-off-by: default avatarMaria Yu <aiquny@codeaurora.org>
parent af0e925d
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -648,6 +648,33 @@
		#clock-cells = <1>;
	 };

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

		qcom,cpufreq-table =
			 <  652800 >,
			 < 1036800 >,
			 < 1401600 >,
			 < 1689600 >,
			 < 1804800 >,
			 < 1958400 >,
			 < 2016000 >,
			 < 2150400 >,
			 < 2208000 >;
	};

	cpubw: qcom,cpubw {
		compatible = "qcom,devbw";
		governor = "cpufreq";