From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, MIME_HEADER_CTYPE_ONLY,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, T_TVD_MIME_NO_HEADERS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C410CC43461 for ; Wed, 2 Sep 2020 16:06:41 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 19A73208C7 for ; Wed, 2 Sep 2020 16:06:40 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="YPPnQ+CW" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 19A73208C7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bp.renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5374+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id vrZNYY4521723xiFNMIwDJ1y; Wed, 02 Sep 2020 09:06:40 -0700 X-Received: from relmlie6.idc.renesas.com (relmlie6.idc.renesas.com []) by mx.groups.io with SMTP id smtpd.web11.11147.1599062725125566061 for ; Wed, 02 Sep 2020 09:05:28 -0700 X-IronPort-AV: E=Sophos;i="5.76,383,1592838000"; d="scan'208";a="55980488" X-Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 03 Sep 2020 01:05:28 +0900 X-Received: from localhost.localdomain (unknown [172.29.51.133]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id CBF0640065AE; Thu, 3 Sep 2020 01:05:26 +0900 (JST) From: Biju Das To: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu , Pavel Machek Cc: Chris Paterson , Biju Das , Prabhakar Mahadev Lad Subject: [cip-dev] [PATCH 4.4.y-cip 3/9] ARM: dts: r8a7742-iwg21d-q7: Add RWDT support Date: Wed, 2 Sep 2020 17:05:09 +0100 Message-Id: <20200902160517.5181-5-biju.das.jz@bp.renesas.com> In-Reply-To: <20200902160517.5181-1-biju.das.jz@bp.renesas.com> References: <20200902160517.5181-1-biju.das.jz@bp.renesas.com> Precedence: Bulk List-Unsubscribe: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: tQSIwATp1k9w8UgfYq8NvB84x4520388AA= Content-Type: multipart/mixed; boundary="qaWzuAMyT0kMkKcbF59a" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1599062800; bh=vEz+uYhqmTypOARDTUfTKViHlugvAXWvwn4tt2cc4/Y=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=YPPnQ+CWVsOaZqS+3v6q7esWhA3XtNIeIyV4jHz9KkJi003Kztea+tBXV+j3veIU31V 0kh3eLt/LrU6Ow6EhSTXhhLaEk+DzpYvUqUJH7RwCNcWJuMcP6JXXRAivK2xOoVSRvkgm JNCvm5l3mqg98sgUjnUvlEFHJFsAN2Ams4k= --qaWzuAMyT0kMkKcbF59a From: Lad Prabhakar commit 5a07fe33b8d4db72f825de90f8361a6a8680ba5f upstream. Enable RWDT and use 60 seconds as default timeout. Signed-off-by: Lad Prabhakar Reviewed-by: Marian-Cristian Rotariu Link: https://lore.kernel.org/r/1590420129-7531-5-git-send-email-prabhakar.mahadev-lad.rj@bp.renesas.com Signed-off-by: Geert Uytterhoeven Signed-off-by: Biju Das --- arch/arm/boot/dts/r8a7742-iwg21d-q7.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/r8a7742-iwg21d-q7.dts b/arch/arm/boot/dts/r8a7742-iwg21d-q7.dts index 82abbb758046..3197aa5852f9 100644 --- a/arch/arm/boot/dts/r8a7742-iwg21d-q7.dts +++ b/arch/arm/boot/dts/r8a7742-iwg21d-q7.dts @@ -78,6 +78,11 @@ }; }; +&rwdt { + timeout-sec = <60>; + status = "okay"; +}; + &scifa2 { pinctrl-0 = <&scifa2_pins>; pinctrl-names = "default"; -- 2.17.1 --qaWzuAMyT0kMkKcbF59a Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Links: You receive all messages sent to this group. View/Reply Online (#5374): https://lists.cip-project.org/g/cip-dev/message= /5374 Mute This Topic: https://lists.cip-project.org/mt/76585841/4520388 Group Owner: cip-dev+owner@lists.cip-project.org Unsubscribe: https://lists.cip-project.org/g/cip-dev/leave/8129055/7279483= 98/xyzzy [cip-dev@archiver.kernel.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- --qaWzuAMyT0kMkKcbF59a--