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

Commit 81a08fbe authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

ARM: dts: msm: Add imem node for sdxprairie



Add imem node for sdxprairie to enable DLOAD mode, restart reason,
PIL, memory dump table and boot stats.

Change-Id: I5265c9eda6e302093d4cb4a30ffc4788adc94e5a
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent a5c36deb
Loading
Loading
Loading
Loading
+33 −0
Original line number Diff line number Diff line
@@ -240,6 +240,39 @@
		status = "ok";
	};

	qcom,msm-imem@1468F000 {
		compatible = "qcom,msm-imem";
		reg = <0x1468F000 0x1000>; /* Address and size of IMEM */
		ranges = <0x0 0x1468F000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@10 {
			compatible = "qcom,msm-imem-mem_dump_table";
			reg = <0x10 8>;
		};

		restart_reason@65c {
			compatible = "qcom,msm-imem-restart_reason";
			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>;
		};

		diag_dload@c8 {
			compatible = "qcom,msm-imem-diag-dload";
			reg = <0xc8 200>;
		};
	};

	qcom,msm_gsi {
		compatible = "qcom,msm_gsi";
	};