From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-path: Received: from relmlor3.renesas.com ([210.160.252.173]:60859 "EHLO relmlie2.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728153AbeIKAsm (ORCPT ); Mon, 10 Sep 2018 20:48:42 -0400 From: Chris Brandt To: Guenter Roeck , Wim Van Sebroeck , Rob Herring , Mark Rutland , Geert Uytterhoeven Cc: linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Simon Horman , Chris Brandt Subject: [PATCH v4 2/2] dt-bindings: watchdog: renesas-wdt: Add support for R7S9210 Date: Mon, 10 Sep 2018 14:52:33 -0500 Message-Id: <20180910195233.25296-3-chris.brandt@renesas.com> In-Reply-To: <20180910195233.25296-1-chris.brandt@renesas.com> References: <20180910195233.25296-1-chris.brandt@renesas.com> Sender: linux-watchdog-owner@vger.kernel.org List-Id: linux-watchdog@vger.kernel.org Document support for RZ/A2 Signed-off-by: Chris Brandt --- Documentation/devicetree/bindings/watchdog/renesas-wdt.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt index 5d47a262474c..45a709dd0345 100644 --- a/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/renesas-wdt.txt @@ -19,6 +19,7 @@ Required properties: - "renesas,r8a77990-wdt" (R-Car E3) - "renesas,r8a77995-wdt" (R-Car D3) - "renesas,r7s72100-wdt" (RZ/A1) + - "renesas,r7s9210-wdt" (RZ/A2) The generic compatible string must be: - "renesas,rza-wdt" for RZ/A - "renesas,rcar-gen2-wdt" for R-Car Gen2 and RZ/G -- 2.16.1