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

Commit b3b9b9ee authored by Akshay Adiga's avatar Akshay Adiga
Browse files

ARM: dts: sa8195-capture: Add dt nodes for msm-restart driver



Add dt nodes required for msm_restart driver to capture kernel. This
enables kdump to take ramdump/minidump from capture kernel.

Change-Id: I279d4269c4316c67278867324def6cefe9b4c0ce
Signed-off-by: default avatarAkshay Adiga <aadiga@codeaurora.org>
parent 62de385d
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -154,6 +154,26 @@
		qcom,wakeup-enable;
	};


	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;
		dload_type@1c {
			compatible = "qcom,msm-imem-dload-type";
			reg = <0x1c 0x4>;
		};
	};

	restart@c264000 {
		compatible = "qcom,pshold";
		reg =	<0xc264000 0x4>,
			<0x1fd3000 0x4>;
		reg-names = "pshold-base", "tcsr-boot-misc-detect";
	};

	apps_rsc: mailbox@18220000 {
		compatible = "qcom,tcs-drv";
		status="ok";