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

Commit 5b0fcc01 authored by Saravana Kannan's avatar Saravana Kannan
Browse files

ARM: dts: msm: Add BIMC bwmon support for CPU port in 8994



This would allow using BIMC bwmon hardware with the bw_hwmon devfreq
governor to scale the CPU BW vote.

Change-Id: I2213764e1060658afc7b468477d7ea4b1b115e46
Signed-off-by: default avatarSaravana Kannan <skannan@codeaurora.org>
parent 9a33c462
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -1541,6 +1541,15 @@
			<  7110 /*  466 MHz */ >;
	};

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

	devfreq-cpufreq {
		cpubw-cpufreq {
			target-dev = <&cpubw>;