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

Commit a01ec48a 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: msm: update cpubw devfreq node for sdx24 target"

parents a66b86f1 a5621716
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -237,17 +237,17 @@

	cpubw: qcom,cpubw {
		compatible = "qcom,devbw";
		governor = "cpufreq";
		governor = "performance";
		qcom,src-dst-ports = <1 512>;
		qcom,active-only;
		qcom,bw-tbl =
			< MHZ_TO_MBPS(200, 2) >, /*   381 MB/s */
			< MHZ_TO_MBPS(470, 2) >, /*   896 MB/s */
			< MHZ_TO_MBPS(547, 2) >, /*  1043 MB/s */
			< MHZ_TO_MBPS(691, 2) >, /*  1317 MB/s */
			< MHZ_TO_MBPS(806, 2) >, /*  1537 MB/s */
			< MHZ_TO_MBPS(940, 2) >, /*  1792 MB/s */
			< MHZ_TO_MBPS(1383, 2) >; /* 2637 MB/s */
			< MHZ_TO_MBPS(200, 4) >, /*   762 MB/s */
			< MHZ_TO_MBPS(470, 4) >, /*  1792 MB/s */
			< MHZ_TO_MBPS(547, 4) >, /*  2086 MB/s */
			< MHZ_TO_MBPS(691, 4) >, /*  2634 MB/s */
			< MHZ_TO_MBPS(806, 4) >, /*  3074 MB/s */
			< MHZ_TO_MBPS(940, 4) >, /*  3584 MB/s */
			< MHZ_TO_MBPS(1383, 4) >; /* 5274 MB/s */
	};

	devfreq_compute: qcom,devfreq-compute {