From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f193.google.com ([209.85.210.193]:32940 "EHLO mail-pf1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730119AbeLOQ1S (ORCPT ); Sat, 15 Dec 2018 11:27:18 -0500 Date: Sat, 15 Dec 2018 08:27:16 -0800 From: Guenter Roeck To: Loic Poulain Cc: wim@linux-watchdog.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, andy.gross@linaro.org Subject: Re: [v3,3/3] arm64: dts: qcom: pm8916: Add PON watchdog node Message-ID: <20181215162716.GA18695@roeck-us.net> References: <1542962678-13697-3-git-send-email-loic.poulain@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1542962678-13697-3-git-send-email-loic.poulain@linaro.org> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org On Fri, Nov 23, 2018 at 09:44:38AM +0100, Loic Poulain wrote: > Add watchdog child node to the PM8916 PON device. > > Signed-off-by: Loic Poulain Acked-by: Guenter Roeck ... with the assumption that this patch will be pushed through an arm tree. Guenter > --- > v2: Add interrupts and timeout-sec props > v3: no change > > arch/arm64/boot/dts/qcom/pm8916.dtsi | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/pm8916.dtsi b/arch/arm64/boot/dts/qcom/pm8916.dtsi > index a05ebaf..3230b88 100644 > --- a/arch/arm64/boot/dts/qcom/pm8916.dtsi > +++ b/arch/arm64/boot/dts/qcom/pm8916.dtsi > @@ -32,6 +32,12 @@ > bias-pull-up; > linux,code = ; > }; > + > + watchdog { > + compatible = "qcom,pm8916-wdt"; > + interrupts = <0x0 0x8 6 IRQ_TYPE_EDGE_RISING>; > + timeout-sec = <60>; > + }; > }; > > pm8916_gpios: gpios@c000 {