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

Commit de904ca3 authored by Yimin Peng's avatar Yimin Peng Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add wdog for SA8155 VM



Add watchdog for memdump on virtual machine.

Change-Id: Ie87551c9cdc34f52c01e2e55babb4b0ab27e4474
Signed-off-by: default avatarYimin Peng <yiminp@codeaurora.org>
parent 33a67111
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -379,6 +379,19 @@
		status = "ok";
	};

	wdog: qcom,wdt@17c10000{
		compatible = "qcom,msm-watchdog";
		reg = <0x17c10000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 0 0>, <0 1 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <9360>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
		qcom,scandump-sizes = <0x10100 0x10100 0x10100 0x10100
		0x18100 0x18100 0x18100 0x18100>;
	};

	vm_restart: restart {
		compatible = "qcom,vm-restart";
		status = "ok";