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

Commit 4c316047 authored by Akshay Adiga's avatar Akshay Adiga
Browse files

ARM: dts: sa8155-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: Id111f47949d7984758685853fe4edcc1601ac9b9
Signed-off-by: default avatarAkshay Adiga <aadiga@codeaurora.org>
parent 62de385d
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -154,6 +154,25 @@
		0x18100 0x18100 0x18100 0x18100>;
	};

	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";