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

Commit 1dc614f1 authored by Rohit Gupta's avatar Rohit Gupta Committed by Jeevan Shriram
Browse files

ARM: dts: Add BIMC bandwidth monitor node for msmcobalt



Add cpu-bwmon device that monitors the traffic between CPU and
DDR and raises an interrupt when the byte count crosses a
threshold.

Change-Id: Ib9b508591d28d22e7d5aa8f33d8d829d3378ccea
Signed-off-by: default avatarRohit Gupta <rohgup@codeaurora.org>
parent 474828cd
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -505,6 +505,15 @@
			< 13763 /* 1804 MHz */ >;
	};

	qcom,cpu-bwmon {
		compatible = "qcom,bimc-bwmon3";
		reg = <0x01008000 0x300>, <0x01001000 0x200>;
		reg-names = "base", "global_base";
		interrupts = <0 183 4>;
		qcom,mport = <0>;
		qcom,target-dev = <&cpubw>;
	};

	mincpubw: qcom,mincpubw {
		compatible = "qcom,devbw";
		governor = "powersave";