From patchwork Thu Feb 8 10:34:12 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10206897 X-Patchwork-Delegate: horms@verge.net.au Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 921D660327 for ; Thu, 8 Feb 2018 10:34:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 81BB029480 for ; Thu, 8 Feb 2018 10:34:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 768732948F; Thu, 8 Feb 2018 10:34:28 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2E70A2947B for ; Thu, 8 Feb 2018 10:34:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751995AbeBHKe1 (ORCPT ); Thu, 8 Feb 2018 05:34:27 -0500 Received: from michel.telenet-ops.be ([195.130.137.88]:40428 "EHLO michel.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751968AbeBHKeY (ORCPT ); Thu, 8 Feb 2018 05:34:24 -0500 Received: from ayla.of.borg ([84.194.111.163]) by michel.telenet-ops.be with bizsmtp id 8AaM1x01X3XaVaC06AaMCt; Thu, 08 Feb 2018 11:34:22 +0100 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1ejjX3-0001Kp-Fh; Thu, 08 Feb 2018 11:34:21 +0100 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1ejjX3-00055I-Bk; Thu, 08 Feb 2018 11:34:21 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm , Fabrizio Castro Cc: Wolfram Sang , Chris Paterson , Biju Das , Ramesh Shanmugasundaram , linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH/RFC 06/11] ARM: dts: porter: Enable watchdog support Date: Thu, 8 Feb 2018 11:34:12 +0100 Message-Id: <1518086057-19448-7-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1518086057-19448-1-git-send-email-geert+renesas@glider.be> References: <1518086057-19448-1-git-send-email-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Enable the watchdog, so the board can be restarted by a watchdog timeout. Signed-off-by: Geert Uytterhoeven Acked-by: Fabrizio Castro --- arch/arm/boot/dts/r8a7791-porter.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7791-porter.dts b/arch/arm/boot/dts/r8a7791-porter.dts index 9a02d03b23c2b7e9..7d06fb24bcdf2fee 100644 --- a/arch/arm/boot/dts/r8a7791-porter.dts +++ b/arch/arm/boot/dts/r8a7791-porter.dts @@ -449,6 +449,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &ssi1 { shared-pin; };