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

Commit 58161810 authored by Abhimanyu Kapur's avatar Abhimanyu Kapur Committed by Sanrio Alvares
Browse files

ARM: dts: msm: Add MPM2 Sleep Counter and boot stats device for MSM8996



Add a device definition for the MPM2 Sleep Counter device and
boot_stats imem device on MSM8996 to enable boot stat reporting.

Change-Id: I1c5554f1cce05614f59c88428c8c0a5ab0674906
Signed-off-by: default avatarSanrio Alvares <salvares@codeaurora.org>
parent 266cc964
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -1635,6 +1635,12 @@
		qcom,rtb-size = <0x100000>;
	};

	qcom,mpm2-sleep-counter@4a3000 {
		compatible = "qcom,mpm2-sleep-counter";
		reg = <0x004a3000 0x1000>;
		clock-frequency = <32768>;
	};

	qcom,msm-imem@66bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x66bf000 0x1000>; /* Address and size of IMEM */
@@ -1652,6 +1658,11 @@
			reg = <0x65c 4>;
		};

		boot_stats@6b0 {
			compatible = "qcom,msm-imem-boot_stats";
			reg = <0x6b0 32>;
		};

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;