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

Commit 682f981c authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Add device bindings for RPM stats for sdm670



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

Change-Id: I928281f19633229d57d8d9548d0ea320a9312f26
Signed-off-by: default avatarMaulik Shah <mkshah@codeaurora.org>
parent d313ea81
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -189,4 +189,10 @@
			};
		};
	};

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