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

Commit 75057842 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ARM: dts: msm: update cpu core frequencies for qcs405 target



On qcs405 target update the max supported cpu core frequency

Change-Id: I488f5284d29d8177e4672505633d5474b66b05f3
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 709e9085
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -20,6 +20,19 @@
};

&soc {
	/delete-node/ qcom,msm-cpufreq;

	msm_cpufreq: qcom,msm-cpufreq {
		compatible = "qcom,msm-cpufreq";
		clock-names = "cpu0_clk";
		clocks = <&clock_cpu APCS_MUX_CLK>;

		qcom,cpufreq-table =
			 < 1113600 >,
			 < 1267200 >,
			 < 1401600 >;
	};

	/delete-node/ qcom,cpu0-computemon;

	cpu0_computemon: qcom,cpu0-computemon {
+2 −4
Original line number Diff line number Diff line
@@ -992,8 +992,7 @@

		qcom,cpufreq-table =
			 < 1113600 >,
			 < 1267200 >,
			 < 1401600 >;
			 < 1267200 >;
	};

	ddr_bw_opp_table: ddr-bw-opp-table {
@@ -1034,8 +1033,7 @@
		qcom,target-dev = <&cpu0_cpu_ddr_latfloor>;
		qcom,core-dev-table =
			< 1113600 MHZ_TO_MBPS( 297, 4) >,
			< 1267200 MHZ_TO_MBPS( 597, 4) >,
			< 1401600 MHZ_TO_MBPS( 710, 4) >;
			< 1267200 MHZ_TO_MBPS( 597, 4) >;
	};
};