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

Commit cbe46a0d authored by Stephen Boyd's avatar Stephen Boyd
Browse files

ARM: dts: msm: Update count unit for CPU bwmon on sdm845v2



The CPU bwmon counts in 64kB units on sdm845v2 instead of 1MB on
v1.

Change-Id: I1008d9459e23e34d229a435d28db5b683be4ed02
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
parent 5f300da0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@
	qcom,devfreq,freq-table = <50000000 200000000>;
};

&bwmon {
	qcom,count-unit = <0x10000>;
};

&clock_gcc {
	compatible = "qcom,gcc-sdm845-v2";
};