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

Commit 215b85dd authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add node for mpm sleep counter for sdxlemur

Add device node for mpm2 sleep counter which is required
for the boot stats KPI reporting on sdxpoorwills target.

Change-Id: Iefe63a80d86abcfb53a734c4d635683e2c1ca65d
parent 036b0481
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -150,6 +150,12 @@
		compatible = "qcom,msm-rtb";
		qcom,rtb-size = <0x100000>;
	};

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

#include "sdxlemur-pinctrl.dtsi"