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

Commit 0066d25a authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

ARM: dts: msm: Add IMEM entries and restart node for mdmfermium



Add imem entries for bootstats and pil. Add the restart
device node used by the msm poweroff driver to drop ps
hold and reset the chip.

Change-Id: Ibd4ca4ce01c6ab85f40622f59c3ed52f3b1977da
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <vabbar@codeaurora.org>
parent 2c306f68
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -196,6 +196,23 @@
			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>;
		};
	};

	restart@4ab000 {
		compatible = "qcom,pshold";
		reg = <0x4ab000 0x4>,
		      <0x193d100 0x4>;
		      reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	jtag_fuse: jtagfuse@a601c {