From patchwork Thu Nov 3 22:39:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 621153 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 6B3C0C43219 for ; Thu, 3 Nov 2022 22:40:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230337AbiKCWkN (ORCPT ); Thu, 3 Nov 2022 18:40:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55278 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230075AbiKCWkM (ORCPT ); Thu, 3 Nov 2022 18:40:12 -0400 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 644B71E73E; Thu, 3 Nov 2022 15:40:10 -0700 (PDT) X-IronPort-AV: E=Sophos;i="5.96,135,1665414000"; d="scan'208";a="138899948" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 04 Nov 2022 07:40:09 +0900 Received: from mulinux.home (unknown [10.226.92.174]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 8DA82400A8BF; Fri, 4 Nov 2022 07:40:04 +0900 (JST) From: Fabrizio Castro To: Rob Herring , Krzysztof Kozlowski , Wim Van Sebroeck , Guenter Roeck , Geert Uytterhoeven Cc: Fabrizio Castro , Magnus Damm , Biju Das , linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-watchdog@vger.kernel.org, Chris Paterson , Biju Das , Fabrizio Castro , Laurent Pinchart , Jacopo Mondi Subject: [PATCH 0/3] Add Watchdog support for RZ/V2M EVK v2 Date: Thu, 3 Nov 2022 22:39:53 +0000 Message-Id: <20221103223956.50575-1-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Dear All, This series is to add watchdog support for the RZ/V2M EVK v2. While testing I have noticed a problem with restarting the system via the watchdog, therefore this series also contains a driver fix. Thanks, Fab Fabrizio Castro (3): watchdog: rzg2l_wdt: Fix reboot for RZ/V2M arm64: dts: renesas: r9a09g011: Add watchdog node arm64: dts: renesas: v2mevk2: Enable watchdog arch/arm64/boot/dts/renesas/r9a09g011-v2mevk2.dts | 4 ++++ arch/arm64/boot/dts/renesas/r9a09g011.dtsi | 13 +++++++++++++ drivers/watchdog/rzg2l_wdt.c | 11 ++++++++--- 3 files changed, 25 insertions(+), 3 deletions(-)