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

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

ARM: dts: msm: add 740MHz DDR frequency on 8920 target



8920 target supports DDR frequency upto 740MHz,
Add support for 740MHz DDR frequency for bandwidth mon
and devfreq cpufreq governor.

Change-Id: I0f41117e0e29647ed2d6a221aefdd5e25410674f
Signed-off-by: default avatarSantosh Mardi <gsantosh@codeaurora.org>
parent 1446cd5f
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -150,6 +150,41 @@
			qcom,scaling-factor = <1000>;
		};
	};

	cpubw: qcom,cpubw {
		qcom,bw-tbl =
			<   769 /*  100.8 MHz */ >,
			<  1611 /*  211.2 MHz */ >,
			<  2270 /*  297.6 MHz */ >,	/*SVS */
			<  2929 /*  384   MHz */ >,
			<  4248 /*  556.8 MHz */ >,	/*SVS+*/
			<  4541 /*  595.2 MHz */ >,	/*NOM*/
			<  5126 /*  672   MHz */ >,	/*NOM+*/
			<  5645 /*  740   MHz */ >;	/*TURBO*/
	};

	mincpubw: qcom,mincpubw {
		qcom,bw-tbl =
			<   769 /*  100.8 MHz */ >,
			<  1611 /*  211.2 MHz */ >,
			<  2270 /*  297.6 MHz */ >,
			<  2929 /*  384   MHz */ >,
			<  4248 /*  556.8 MHz */ >,
			<  4541 /*  595.2 MHz */ >,
			<  5126 /*  672   MHz */ >,
			<  5645 /*  740   MHz */ >;
	};

	devfreq-cpufreq {
		cpubw-cpufreq {
		cpu-to-dev-map =
			<  998400  4248 >,
			< 1094400  4541 >,
			< 1497600  5645 >;
		};

	};

};

&bam_dmux {