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

Commit 0e195d94 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 SM8150

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

Change-Id: Ibf2c059278e7896cf8f625ea1f981d55a84690b8
parent 31601896
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -2238,6 +2238,18 @@
		reg-names = "llcc_base", "llcc_broadcast_base";
		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;
	};
};

&firmware {