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: 13541110 Received: from michel.telenet-ops.be (michel.telenet-ops.be [195.130.137.88]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id B9B895D47F for ; Thu, 1 Feb 2024 14:09:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.88 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706796566; cv=none; b=lOC8+UPqYObFf4gOwJk9LMFF5HYtrTXiqyU3NtEsDM3klDw9eUFLGTBtkJyriHnpO7DTqwX1nbSPP6XEFn5zYCRfIMFhdfhqrNXWjprD7U0An56sPqjdMh/v0ifJI05lllCzpm5r6I/HHbYMsDTewWnAR8UItlaeACPDdNzpPVE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706796566; c=relaxed/simple; bh=bzyYD7jk0os9f3TouHjZe8+oTD/GCayc5xXPpzBEBdo=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=Ut9jjK1x6MwLdl0KslfkbOe3GV5O+pJbptLUoW4v5bBAY8hqW4M5OTue4gZ0nhr3w2uo3fgHMBzWMHjCUn1tshlfSxMe/YfppizYpEiHRhfwAVxtfzyNcxj5QFwjEzfAf6OVDo7zLILSKdOy/7ou9i2MFTzGnktdh6EM3HX1m/I= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be; spf=none smtp.mailfrom=linux-m68k.org; arc=none smtp.client-ip=195.130.137.88 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=linux-m68k.org 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 Precedence: bulk X-Mailing-List: linux-renesas-soc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 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(+)