From patchwork Fri Sep 27 12:57:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13814277 X-Patchwork-Delegate: geert@linux-m68k.org Received: from albert.telenet-ops.be (albert.telenet-ops.be [195.130.137.90]) (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 2D11918C923 for ; Fri, 27 Sep 2024 12:57:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=195.130.137.90 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727441863; cv=none; b=IQBi/TCenfwpbFSMvfrz/X9JHvX/9R1GSD0RX1colu55juq3afVIBH1zZK00/mIfoWRM7R7bwTptYePFFX6nTXCHwdsrR/Bz6ERTElfzrIhcZxxBTXUbZfpb8xg0bt1g5GfnW2QvuVk8BvhSSCRMk0dXyOMbWjVC/JEvZ6Oo6AY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727441863; c=relaxed/simple; bh=OY9+X7FYu0c96e1V7l031VT3NUa0ey03hQQwp1X25hE=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=jgcXmAm3iVBvW2jb733BIDHOCX1y6TcYLJElEAZFpTBCtdtYFpbjkm1SlhFtxmhAghw+nwG5GgCvNiCcsVaa9p8lhJ4Cf0/T+0a+9WY1jX2HexDPYDP3WcmcQRlfXLJh7NPyPvqX4oeY7/O0awwEbJFCBy2ex/GtDT22PpwNgYw= 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.90 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:ed80:b47d:fd74:3975:15b7]) by albert.telenet-ops.be with cmsmtp id HQxf2D00R3BfLyr06QxfQ0; Fri, 27 Sep 2024 14:57:39 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1suAXN-000fTj-Qh; Fri, 27 Sep 2024 14:57:39 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1suAXT-008KYr-B9; Fri, 27 Sep 2024 14:57:39 +0200 From: Geert Uytterhoeven To: Magnus Damm , Wolfram Sang Cc: linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH] ARM: dts: renesas: rskrza1: Enable watchdog timer Date: Fri, 27 Sep 2024 14:57:37 +0200 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 Enable the Watchdog Timer (WDT) on the Renesas RSK+RZA1 development board equipped with an RZ/A1H SoC. Signed-off-by: Geert Uytterhoeven Reviewed-by: Wolfram Sang --- To be queued in renesas-devel for v6.13. arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts b/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts index 43990911b144dde9..6f7fa3eeeb79893f 100644 --- a/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts +++ b/arch/arm/boot/dts/renesas/r7s72100-rskrza1.dts @@ -285,3 +285,8 @@ &scif2 { pinctrl-0 = <&scif2_pins>; status = "okay"; }; + +&wdt { + timeout-sec = <60>; + status = "okay"; +};