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

Commit 17da059b authored by Satyajit Desai's avatar Satyajit Desai Committed by Kyle Yan
Browse files

ARM: dts: msm: Add watchdog for MSMSKUNK



Add required device tree node to enable
watchdog.

CRs-Fixed: 1051937d
Change-Id: I32e7b452c6fb8c54041259d0f9ca7b1d00794019
Signed-off-by: default avatarSatyajit Desai <sadesai@codeaurora.org>
parent 5255cea2
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -400,6 +400,17 @@

		status = "disabled";
	};

	wdog: qcom,wdt@17980000{
		compatible = "qcom,msm-watchdog";
		reg = <0x17980000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <0 3 0>, <0 4 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
		qcom,ipi-ping;
		qcom,wakeup-enable;
	};
};

&pcie_0_gdsc {