From 9d95ed6004ddedf6e88e96fa27f70bcd888887f6 Mon Sep 17 00:00:00 2001 From: Prakruthi Deepak Heragu Date: Wed, 14 Aug 2019 16:06:52 -0700 Subject: [PATCH] ARM: dts: msm: Add WDT node for Lahaina Add WDT node with compatible qcom,msm-watchdog, to enable watchdog driver on Lahaina. Change-Id: I057ddd2755d0c98a000ec609a80949c6b36121dc --- qcom/lahaina.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/qcom/lahaina.dtsi b/qcom/lahaina.dtsi index da9aad2e..2d1fca4f 100644 --- a/qcom/lahaina.dtsi +++ b/qcom/lahaina.dtsi @@ -949,6 +949,19 @@ dma-coherent; }; }; + + wdog: qcom,wdt@17c10000{ + compatible = "qcom,msm-watchdog"; + reg = <0x17c10000 0x1000>; + reg-names = "wdt-base"; + interrupts = <0 0 IRQ_TYPE_LEVEL_HIGH>, + <0 1 IRQ_TYPE_LEVEL_HIGH>; + qcom,bark-time = <11000>; + qcom,pet-time = <9360>; + qcom,ipi-ping; + qcom,wakeup-enable; + }; + }; #include "lahaina-pinctrl.dtsi"