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

Commit c91f4940 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Add power reset and watchdog nodes for sa8155 quin vm"

parents a1123501 76de0da1
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
* VM Restart Driver

VM restart driver supports virtual machine power down and restart.

Required properties:
- compatible:	      Must be "qcom,vm-restart"

Example:
	vm_restart: restart {
		compatible = "qcom,vm-restart";
	};
+17 −0
Original line number Diff line number Diff line
@@ -281,4 +281,21 @@
		cell-index = <0>;
		status = "okay";
	};

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

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