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

Commit c0aeb0ab authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Enable msm boot stats



Enable msm boot stats for by adding the MPM
sleep counter node, which is needed to report msm
boot stats such as bootloader throughput, total boot
time, etc.

Change-Id: I0d25a6b6b0e99462f476d9f3152b0eabc064c976
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent d21f0205
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -183,6 +183,12 @@
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
@@ -481,6 +487,11 @@
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

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

	jtag_fuse: jtagfuse@a601c {
+11 −0
Original line number Diff line number Diff line
@@ -183,6 +183,12 @@
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

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

	qcom,sps {
		compatible = "qcom,msm_sps_4k";
		qcom,pipe-attr-ee;
@@ -322,6 +328,11 @@
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

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

	qcom,smdtty {