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

Commit 6cfdddf9 authored by Saurabh Ambulkar's avatar Saurabh Ambulkar Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Add device node for watchdog in SM6150

Add device node for hardware msm-watchdog, this is
needed to report system lockups related bugs in the kernel.

Change-Id: I9afbed8e89fa9c70c87978c4201214c752fd8e7a
parent 112beecb
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1845,6 +1845,18 @@
			vote = <67>;
		};
	};

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

#include "sm6150-qupv3.dtsi"