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

Commit 715fb848 authored by Yimin Peng's avatar Yimin Peng
Browse files

ARM: dts: msm: add imem regions for SA8155 VM



Add msm-imem regions to keep dump info.

Change-Id: Iad75efe851274d4aa84d5f4c60e50b38980f8f69
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent f4f64c90
Loading
Loading
Loading
Loading
+43 −0
Original line number Diff line number Diff line
@@ -493,6 +493,49 @@
		0x18100 0x18100 0x18100 0x18100>;
	};

	qcom,msm-imem@14680000 {
		compatible = "qcom,msm-imem";
		reg = <0x14680000 0x1000>;
		ranges = <0x0 0x14680000 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>;
		};

		dload_type@1c {
			compatible = "qcom,msm-imem-dload-type";
			reg = <0x1c 0x4>;
		};

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

		kaslr_offset@6d0 {
			compatible = "qcom,msm-imem-kaslr_offset";
			reg = <0x6d0 12>;
		};

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

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

	vm_restart: restart {
		compatible = "qcom,vm-restart";
		status = "ok";