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

Commit e6501d10 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: msm_memory_dump: remove use of MSM_IMEM_BASE"

parents dd08f4df 6b222c3c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -34,6 +34,12 @@ Required properties:
-compatible: "qti,msm-imem-cache_erp"
-reg: start address and size of cache_erp region in imem

Memory Dump:
------------
Required properties:
-compatible: "qti,msm-imem-mem_dump_table"
-reg: start address and size of mem_dump_table region in imem

Example:

	qti,msm-imem {
+5 −0
Original line number Diff line number Diff line
@@ -258,6 +258,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@14 {
			compatible = "qti,msm-imem-mem_dump_table";
			reg = <0x14 4>;
		};

		imem_cache_erp: cache_erp@6a4 {
			compatible = "qti,msm-imem-cache_erp";
			reg = <0x6a4 4>;
+5 −0
Original line number Diff line number Diff line
@@ -291,6 +291,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@14 {
			compatible = "qti,msm-imem-mem_dump_table";
			reg = <0x14 4>;
		};

		imem_cache_erp: cache_erp@6a4 {
			compatible = "qti,msm-imem-cache_erp";
			reg = <0x6a4 4>;
+5 −0
Original line number Diff line number Diff line
@@ -162,6 +162,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@14 {
			compatible = "qti,msm-imem-mem_dump_table";
			reg = <0x14 4>;
		};

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
+5 −0
Original line number Diff line number Diff line
@@ -245,6 +245,11 @@
		#address-cells = <1>;
		#size-cells = <1>;

		mem_dump_table@14 {
			compatible = "qti,msm-imem-mem_dump_table";
			reg = <0x14 4>;
		};

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