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

Commit 893b7eb1 authored by Lina Iyer's avatar Lina Iyer
Browse files

ARM: dts: msm: add device bindings for RPM stats



RPM stats exports counters that indicates the number of times, deeper
low power modes were achieved.

Change-Id: Iceae7bb365ab234ac066a6c9e801473fc1e9d337
Signed-off-by: default avatarLina Iyer <ilina@codeaurora.org>
parent 6d0cfea2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -139,4 +139,10 @@
			};
		};
	};

	qcom,rpm-stats@c300000 {
		compatible = "qcom,rpm-stats";
		reg = <0xC300000 0x1000>, <0xC3F0004 0x4>;
		reg-names = "phys_addr_base", "offset_addr";
	};
};