From patchwork Tue Jun 7 13:56:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Phil Edworthy X-Patchwork-Id: 12871961 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D2263CCA47F for ; Tue, 7 Jun 2022 13:56:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243969AbiFGN4f (ORCPT ); Tue, 7 Jun 2022 09:56:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53234 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235352AbiFGN4d (ORCPT ); Tue, 7 Jun 2022 09:56:33 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id DE12A97299; Tue, 7 Jun 2022 06:56:31 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.91,284,1647270000"; d="scan'208";a="123619751" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 07 Jun 2022 22:56:30 +0900 Received: from localhost.localdomain (unknown [10.226.93.86]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 8B7B94487B18; Tue, 7 Jun 2022 22:56:27 +0900 (JST) From: Phil Edworthy To: Wim Van Sebroeck , Guenter Roeck , Rob Herring , Krzysztof Kozlowski Cc: Phil Edworthy , Wolfram Sang , Geert Uytterhoeven , linux-watchdog@vger.kernel.org, devicetree@vger.kernel.org, linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] arm64: renesas: Add RZ/V2M watchdog support Date: Tue, 7 Jun 2022 14:56:17 +0100 Message-Id: <20220607135619.174110-1-phil.edworthy@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hello all, This patch series adds support for the Watchdog Timer (WDT) in the RZ/V2M SoC. Phil Edworthy (2): dt-bindings: watchdog: renesas,wdt: Add r9a09g011 (RZ/V2M) support watchdog: rzg2l_wdt: Add rzv2m compatible string .../bindings/watchdog/renesas,wdt.yaml | 63 ++++++++++++------- drivers/watchdog/rzg2l_wdt.c | 1 + 2 files changed, 43 insertions(+), 21 deletions(-)