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

Commit 63e48a24 authored by Santosh Mardi's avatar Santosh Mardi
Browse files

ARM: dts: msm: update cpu core frequency for lito v2 target

Update cpu core frequencies used in DCVS nodes for lito V2
target.

Change-Id: Ie3768b700b800ca6ea57aee1c796db436dfed376
parent 1ffc8fc8
Loading
Loading
Loading
Loading
+92 −0
Original line number Diff line number Diff line
@@ -242,3 +242,95 @@
		};
	};
};

&cpu0_cpu_l3_latmon {
	qcom,core-dev-table =
		<  614400  300000000 >,
		<  864000  556800000 >,
		< 1075200  787200000 >,
		< 1363200  940800000 >,
		< 1804800 1516800000 >;
};

&cpu0_cpu_llcc_latmon {
	qcom,core-dev-table =
		< 1075200 MHZ_TO_MBPS(300, 16) >,
		< 1363200 MHZ_TO_MBPS(466, 16) >,
		< 1804800 MHZ_TO_MBPS(600, 16) >;
};

&cpu0_llcc_ddr_latmon {
	qcom,core-dev-table =
		<  614400 MHZ_TO_MBPS( 300, 4) >,
		<  864000 MHZ_TO_MBPS( 451, 4) >,
		< 1075200 MHZ_TO_MBPS( 547, 4) >,
		< 1363200 MHZ_TO_MBPS( 768, 4) >,
		< 1804800 MHZ_TO_MBPS(1017, 4) >;
};

&cpu0_computemon {
	qcom,core-dev-table =
		<  614400 MHZ_TO_MBPS( 300, 4) >,
		< 1075200 MHZ_TO_MBPS( 451, 4) >,
		< 1363200 MHZ_TO_MBPS( 547, 4) >,
		< 1804800 MHZ_TO_MBPS( 768, 4) >;
};

&cpu6_cpu_l3_latmon {
	qcom,core-dev-table =
		<  940800  556800000 >,
		< 1152000  787200000 >,
		< 1728000 1209600000 >,
		< 1900800 1382400000 >,
		< 2342400 1516800000 >;
};

&cpu7_cpu_l3_latmon {
	qcom,core-dev-table =
		< 1094400  556800000 >,
		< 1401600  787200000 >,
		< 1996800 1209600000 >,
		< 2188800 1324800000 >,
		< 2707200 1516800000 >;
};

&cpu6_cpu_llcc_latmon {
	qcom,core-dev-table =
		<  652800 MHZ_TO_MBPS( 300, 16) >,
		<  940800 MHZ_TO_MBPS( 466, 16) >,
		< 1152000 MHZ_TO_MBPS( 600, 16) >,
		< 1728000 MHZ_TO_MBPS( 806, 16) >,
		< 2342400 MHZ_TO_MBPS( 933, 16) >,
		< 3000000 MHZ_TO_MBPS(1066, 16) >;
};

&cpu6_llcc_ddr_latmon {
	qcom,core-dev-table =
		<  652800 MHZ_TO_MBPS( 451, 4) >,
		<  940800 MHZ_TO_MBPS( 547, 4) >,
		< 1152000 MHZ_TO_MBPS(1017, 4) >,
		< 1728000 MHZ_TO_MBPS(1555, 4) >,
		< 2342400 MHZ_TO_MBPS(1804, 4) >,
		< 3000000 MHZ_TO_MBPS(2092, 4) >;
};

&cpu6_computemon {
	qcom,core-dev-table =
		<  652800 MHZ_TO_MBPS( 300, 4) >,
		< 1152000 MHZ_TO_MBPS( 547, 4) >,
		< 1478400 MHZ_TO_MBPS( 768, 4) >,
		< 1728000 MHZ_TO_MBPS(1017, 4) >,
		< 2342400 MHZ_TO_MBPS(1804, 4) >,
		< 3000000 MHZ_TO_MBPS(2092, 4) >;
};

&cpu7_computemon {
	qcom,core-dev-table =
		<  806400 MHZ_TO_MBPS( 300, 4) >,
		< 1401600 MHZ_TO_MBPS( 547, 4) >,
		< 1766400 MHZ_TO_MBPS( 768, 4) >,
		< 1996800 MHZ_TO_MBPS(1017, 4) >,
		< 2707200 MHZ_TO_MBPS(1804, 4) >,
		< 3000000 MHZ_TO_MBPS(2092, 4) >;
};