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

Commit 52d0e4d7 authored by Vivek Kumar's avatar Vivek Kumar Committed by Shreyas K K
Browse files

ARM: dts: msm: Add DT node for msm-watchdog in SDMSHRIKE

Add device node for hardware msm-watchdog present in
SDMSHRIKE SoC with proper bark and bite time configuration,
this is needed to report bugs related to system lockups
in the kernel.

Change-Id: I7d65fbcb6deb526fa8583af9a2f1c51cac57d436
parent 5b0090dd
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -881,6 +881,18 @@
		cap-based-alloc-and-pwr-collapse;
	};

	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;
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;