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

Commit 5e7a1159 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable watchdog device tree entries for SDXPOORWILLS"

parents 4c8f2d60 97101d5c
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -791,6 +791,15 @@
		interrupt-names = "vbus_det_irq";
		status = "disabled";
	};

	qcom,wdt@17817000{
		compatible = "qcom,msm-watchdog";
		reg = <0x17817000 0x1000>;
		reg-names = "wdt-base";
		interrupts = <1 3 0>, <1 2 0>;
		qcom,bark-time = <11000>;
		qcom,pet-time = <10000>;
	};
};

#include "pmxpoorwills.dtsi"