From patchwork Thu Feb 1 14:09:15 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13541112 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id D037BC4828D for ; Thu, 1 Feb 2024 14:09:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=RsP8eucyReBDJt3YnvFqjKfL/k4/UKvqB7WSwrWKDFs=; b=3ea0W/AEqE27KO R8NnfzqSfdCYaSHTTC1B/KJBeuKTEDiLwY+0izHs4B+jD49DA58FHZO9Lr8UpdaZmt+nIXWPcqpQA JRerNx7ezD2nDf+WOMeK/F2b4TaPRWgKb7mcCTUgAE0c5SUnk9nb60VmptgVvZRVrzxWGkXIu3qF3 GtZv2LNkqigHNKV3iXVlpjiUOvdIso0+40Vyq2fT486vUvQ36nV8Qj/LqI8g3/jxBl4i1gdu6uSWh eUN4wZXO8haMjOYnBulW7Fkn0fJOvZLFHuZGkk6RBkMXIwf9a90RR80zq4pFXnRDJSDX3Y3t1AnSf 4n5fTSaw8TZz7/SH6LpA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVXky-00000008ENq-0Kxg; Thu, 01 Feb 2024 14:09:32 +0000 Received: from michel.telenet-ops.be ([2a02:1800:110:4::f00:18]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rVXkv-00000008EMK-0GbL for linux-arm-kernel@lists.infradead.org; Thu, 01 Feb 2024 14:09:30 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:88f0:c83b:bafa:cdc3]) by michel.telenet-ops.be with bizsmtp id hq9M2B0074efzLr06q9MRt; Thu, 01 Feb 2024 15:09:21 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rVXjw-00Gv3m-7r; Thu, 01 Feb 2024 15:09:21 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rVXkn-00AXWg-5C; Thu, 01 Feb 2024 15:09:21 +0100 From: Geert Uytterhoeven To: Magnus Damm Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] arm64: dts: renesas: r8a779h0/gray-hawk-single: Add watchdog support Date: Thu, 1 Feb 2024 15:09:15 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240201_060929_298555_BE55E32F X-CRM114-Status: GOOD ( 17.43 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi all, This patch series adds watchdog timer support for the Renesas R-Car V4M (R8A779H0) Soc and the Gray Hawk Single development board. I intend to queue this in renesas-devel for v6.9. Thanks for your comments! Geert Uytterhoeven (1): arm64: dts: renesas: gray-hawk-single: Enable watchdog timer Minh Le (1): arm64: dts: renesas: r8a779h0: Add RWDT node .../boot/dts/renesas/r8a779h0-gray-hawk-single.dts | 5 +++++ arch/arm64/boot/dts/renesas/r8a779h0.dtsi | 11 +++++++++++ 2 files changed, 16 insertions(+)