From 8755da552b726e63b43bb5bbb04e5dd78b561d5d Mon Sep 17 00:00:00 2001 From: Yimin Peng Date: Tue, 30 Jan 2018 14:39:18 +0800 Subject: [PATCH] ARM: dts: qcom: add wdog to the baseline msm8996 vplatform The ramdump function needs watchdog device support. Change-Id: I04e7e5773096c91fdc592aedf5d295256bd6ca08 Signed-off-by: Yimin Peng --- .../boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts index 5fe9a49915c5..515de94fc405 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-baseline.dts @@ -50,6 +50,17 @@ }; }; + wdog: qcom,wdt@9830000 { + compatible = "qcom,msm-watchdog"; + reg = <0x9830000 0x1000>; + reg-names = "wdt-base"; + interrupts = <0 28 0>, <0 29 0>; + qcom,bark-time = <11000>; + qcom,pet-time = <10000>; + qcom,ipi-ping; + qcom,wakeup-enable; + }; + qcom,hab { compatible = "qcom,hab"; vmid = <3>;