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

Commit 659d4b0b authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Add IMEM entries for MSM8939



Add IMEM entries for reboot reason, bootstats for msm8939.

Change-Id: I915db40aa551f40ea7032aa54e256e9c7696c0ae
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 39cc58bf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1245,6 +1245,16 @@
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			reg = <0x65c 4>;
		};

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

	blsp1_uart1: serial@78af000 {