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

Commit d67faad4 authored by Hanumath Prasad's avatar Hanumath Prasad
Browse files

ARM: dts: msm: Update bimc bw table for mdmfermium



The bimc frequency plan has been updated. So change the
bw mapping in the cpubw table to reflect the same.

Change-Id: I880e963779f7c129c31fe7e0b9bfddf528c81e9b
Signed-off-by: default avatarHanumath Prasad <hpprasad@codeaurora.org>
parent 63af81cd
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -286,20 +286,20 @@
		qcom,bw-tbl =
			<  366 /*  48   MHz */>,
			<  732 /*  96   MHz */>,
			<  952 /* 124.8 MHz */>,
			< 1171 /* 153.6 MHz */>,
			<  915 /* 120   MHz */>,
			< 1145 /* 150.15 MHz */>,
			< 1831 /* 240   MHz */>,
			< 2343 /* 307.2 MHZ */>;
			< 2291 /* 300.3 MHZ */>;
	};

	devfreq-cpufreq {
		cpubw-cpufreq {
			target-dev = <&cpubw>;
			cpu-to-dev-map =
				 <  806400  1171>,
				 <  998400  1831>,
				 < 1094400  2343>,
				 < 1305600  2343>;
				 <  806400   915>,
				 <  998400  1145>,
				 < 1094400  1831>,
				 < 1305600  2291>;
		};
	};