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

Commit 7a4fa3be authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: Add new freq map for 1305MHZ"

parents c23a64b1 de9ed612
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -17,3 +17,23 @@
	compatible = "qcom,qm215";
	qcom,msm-id = <386 0x0>;
};

&soc {
	/delete-node/ devfreq-cpufreq;
	devfreq-cpufreq {
		cpubw-cpufreq {
		target-dev = <&cpubw>;
		cpu-to-dev-map =
			<  998400  4248 >,
			< 1094400  4541 >,
			< 1305600  5645 >;
		};

		mincpubw-cpufreq {
			target-dev = <&mincpubw>;
			cpu-to-dev-map =
				<  998400 2270 >,
				< 1305600 4248 >;
		};
	};
};