From patchwork Wed Sep 17 20:12:05 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4926621 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id F3302BEEA5 for ; Wed, 17 Sep 2014 20:15:11 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2753420166 for ; Wed, 17 Sep 2014 20:15:11 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 579A32015D for ; Wed, 17 Sep 2014 20:15:10 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1XULbN-0003KA-Bz; Wed, 17 Sep 2014 20:13:21 +0000 Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XULaq-0002qF-W3 for linux-arm-kernel@lists.infradead.org; Wed, 17 Sep 2014 20:12:49 +0000 Received: by mail-wi0-f181.google.com with SMTP id bs8so28191wib.2 for ; Wed, 17 Sep 2014 13:12:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=hNSwn7pmNiQmossMLhA5C/mo4Kc/1H+EasBjinvRTR0=; b=xKtdmbUA0lmgvA+Jyg6ICy56eMTBkLyHum1+8tHWLCCq6U8M/c7Vu+xFAfIjm0WW2O PY5pyRC3Q48wBr0RL46frl+kRHVJojR8F7hJSwDiXdXJTOe7z5BuxPFFTmTLsNVikDoi 36G8hY+PTRW6+fpQd7XPnv2u0WUWZ77DfNohCJKQgl1q4i4dy2S3xkW8Trsp3c2sYY1o hY1kKMWz15aUrslDHc1R3i6mBYD5hQqJgq/zLO5JLrX2gs3BgaN7CM7rsseA2jaaPp6C YyOY7nRFUD8cz84X3ML/fVjBBKmK0hQAh+wAgZ/nGYxBW3bg7/rAMgzZ4jPGkrmCbN8L lcXA== X-Received: by 10.194.174.39 with SMTP id bp7mr5157435wjc.131.1410984746610; Wed, 17 Sep 2014 13:12:26 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id ny6sm290984wic.22.2014.09.17.13.12.25 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Sep 2014 13:12:25 -0700 (PDT) From: Carlo Caione To: linux@roeck-us.net, wim@iguana.be, linux-watchdog@vger.kernel.org, linux-arm-kernel@lists.infradead.org, robh+dt@kernel.org, maxime.ripard@free-electrons.com, b.galvani@gmail.com, linux@arm.linux.org.uk Subject: [PATCH v2 3/4] ARM: DTS: meson: update DTSI to add watchdog node Date: Wed, 17 Sep 2014 22:12:05 +0200 Message-Id: <1410984726-18944-4-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410984726-18944-1-git-send-email-carlo@caione.org> References: <1410984726-18944-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140917_131249_194218_A98F2603 X-CRM114-Status: UNSURE ( 9.09 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Carlo Caione X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Carlo Caione --- arch/arm/boot/dts/meson.dtsi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index 55feb14..ebe7742 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -70,6 +70,11 @@ #size-cells = <1>; ranges; + wdt: watchdog@c1109900 { + compatible = "amlogic,meson-wdt"; + reg = <0xc1109900 0x8>; + }; + uart_AO: serial@c81004c0 { compatible = "amlogic,meson-uart"; reg = <0xc81004c0 0x14>;