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

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

Merge "msm: restart: remove use restart_reason use of MSM_IMEM_BASE"

parents 20d4a554 0327a91c
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -40,6 +40,12 @@ Required properties:
-compatible: "qti,msm-imem-mem_dump_table"
-reg: start address and size of mem_dump_table region in imem

Restart Reason:
---------------
Required properties:
-compatible: "qti,msm-imem-restart_reason
-reg: start address and size of restart_reason region in imem

Example:

	qti,msm-imem {
@@ -49,6 +55,11 @@ Example:
		#address-cells = <1>;
		#size-cells = <1>;

		restart_reason@65c {
			compatible = "qti,msm-imem-restart_reason";
			reg = <0x65c 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
@@ -263,6 +263,11 @@
			reg = <0x14 4>;
		};

		restart_reason@65c {
			compatible = "qti,msm-imem-restart_reason";
			reg = <0x65c 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
@@ -296,6 +296,11 @@
			reg = <0x14 4>;
		};

		restart_reason@65c {
			compatible = "qti,msm-imem-restart_reason";
			reg = <0x65c 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
@@ -167,6 +167,11 @@
			reg = <0x14 4>;
		};

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

		boot_stats@6b0 {
			compatible = "qti,msm-imem-boot_stats";
			reg = <0x6b0 32>;
+5 −0
Original line number Diff line number Diff line
@@ -250,6 +250,11 @@
			reg = <0x14 4>;
		};

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

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