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

Commit 5fd86af7 authored by Kyle Yan's avatar Kyle Yan
Browse files

ARM: dts: msm: Lower the minimum frequency for NPU devbw on SDM855



Add a zero frequency entry into the NPU devbw frequency table so that
the NPU devbw can actually vote for 0 when the device is suspended.

Change-Id: I70d3a7b9a356a3b9799307b6b0eb651c8306d050
Signed-off-by: default avatarKyle Yan <kyan@codeaurora.org>
parent 1ca632e9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -936,6 +936,7 @@
		governor = "performance";
		qcom,src-dst-ports = <MSM_BUS_MASTER_NPU MSM_BUS_SLAVE_EBI_CH0>;
		qcom,bw-tbl =
			< MHZ_TO_MBPS(   0, 4) >, /* 0 MB/s */
			< MHZ_TO_MBPS( 200, 4) >, /* 762 MB/s */
			< MHZ_TO_MBPS( 300, 4) >, /* 1144 MB/s */
			< MHZ_TO_MBPS( 451, 4) >, /* 1720 MB/s */