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

Commit cf0b9e6d authored by Saravana Kannan's avatar Saravana Kannan
Browse files

ARM: dts: msm: List all possible BW levels in cpubw for 8974 and 8084



With the cpubw_hwmon devfreq governor available in Krait based CPUs, it's
important to list all the possible BW levels to get all the benefit from
the cpubw_hwmon governor. Also fix the use of a non-existent BW level in
msm-cpufreq device.

Change-Id: I36f1b2ea59d643106a86b753e5a7a2eed07dab19
Signed-off-by: default avatarSaravana Kannan <skannan@codeaurora.org>
parent d838cb3b
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -2467,11 +2467,15 @@
		compatible = "qcom,cpubw";
		qcom,cpu-mem-ports = <1 512>;
		qcom,bw-tbl =
			<   762 /*   50 MHz */ >,
			<  1144 /*   75 MHz */ >,
			<  1525 /*  100 MHz */ >,
			<  2288 /*  150 MHz */ >,
			<  3051 /*  200 MHz */ >,
			<  4974 /*  326 MHz */ >,
			<  3952 /*  259 MHz */ >,
			<  4684 /*  307 MHz */ >,
			<  5996 /*  393 MHz */ >,
			<  7019 /*  460 MHz */ >,
			<  8056 /*  528 MHz */ >,
			< 10101 /*  662 MHz */ >,
			< 12145 /*  796 MHz */ >,
@@ -2491,7 +2495,7 @@
			<  300000  300000  1144 >,
			<  422400  422400  2288 >,
			<  652800  499200  3051 >,
			<  729600  576000  4974 >,
			<  729600  576000  5996 >,
			<  883200  576000  5996 >,
			<  960000  960000  8056 >,
			< 1036800 1036800  8056 >,
+2 −0
Original line number Diff line number Diff line
@@ -1599,7 +1599,9 @@
		compatible = "qcom,cpubw";
		qcom,cpu-mem-ports = <1 512>, <2 512>;
		qcom,bw-tbl =
			<  381 /*  50 MHz */ >,
			<  572 /*  75 MHz */ >,
			<  762 /* 100 MHz */ >,
			< 1144 /* 150 MHz */ >,
			< 1525 /* 200 MHz */ >,
			< 2342 /* 307 MHz */ >,