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

Commit 933555c1 authored by Rishabh Bhatnagar's avatar Rishabh Bhatnagar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Change cpu frequency for V2 hardware

make changes to cpu frequency table for V2 hardware.

Change-Id: Ic8d75a2236d679e491fb3832d6246f1bfdc6d12a
parent 45be3701
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -149,3 +149,19 @@
	qcom,iommu-geometry = <0x40000000 0x10000000>;
	qcom,iommu-dma = "fastmap";
};

&cpufreq {
	qcom,cpufreq-table =
		<  345600 >,
		<  576000 >,
		<  1094400 >,
		<  1708800 >;
};

&cpu0_cpu_ddr_tbl {
	qcom,core-dev-table =
		<   345600  MHZ_TO_MBPS( 300, 4) >,
		<   576000  MHZ_TO_MBPS( 768, 4) >,
		<  1440000  MHZ_TO_MBPS(1555, 4) >,
		<  1708800  MHZ_TO_MBPS(2092, 4) >;
};
+1 −1
Original line number Diff line number Diff line
@@ -236,7 +236,7 @@
		interconnects = <&system_noc MASTER_CRYPTO &mc_virt SLAVE_EBI1>;
	};

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