From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guenter Roeck Subject: Re: [PATCH v5 1/4] dt-bindings: watchdog: add Allwinner H6 watchdog Date: Fri, 7 Jun 2019 10:35:34 -0700 Message-ID: <20190607173534.GA14933@roeck-us.net> References: <20190523151050.27302-1-peron.clem@gmail.com> <20190523151050.27302-2-peron.clem@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <20190523151050.27302-2-peron.clem@gmail.com> Sender: linux-kernel-owner@vger.kernel.org To: =?iso-8859-1?Q?Cl=E9ment_P=E9ron?= Cc: Wim Van Sebroeck , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: devicetree@vger.kernel.org On Thu, May 23, 2019 at 05:10:47PM +0200, Clément Péron wrote: > Allwinner H6 has a similar watchdog as the A64 which is already > a compatible of the A31. > > This commit add the H6 compatible. > > Signed-off-by: Clément Péron > Reviewed-by: Rob Herring Reviewed-by: Guenter Roeck > --- > Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt > index 46055254e8dd..e65198d82a2b 100644 > --- a/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt > +++ b/Documentation/devicetree/bindings/watchdog/sunxi-wdt.txt > @@ -6,6 +6,7 @@ Required properties: > "allwinner,sun4i-a10-wdt" > "allwinner,sun6i-a31-wdt" > "allwinner,sun50i-a64-wdt","allwinner,sun6i-a31-wdt" > + "allwinner,sun50i-h6-wdt","allwinner,sun6i-a31-wdt" > "allwinner,suniv-f1c100s-wdt", "allwinner,sun4i-a10-wdt" > - reg : Specifies base physical address and size of the registers. >