From patchwork Tue Sep 16 20:43:36 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4920171 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 CC101BEEA5 for ; Tue, 16 Sep 2014 20:46:23 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1D79F2015D for ; Tue, 16 Sep 2014 20:46:23 +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 5011920127 for ; Tue, 16 Sep 2014 20:46:22 +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 1XTzc5-0003CF-Gg; Tue, 16 Sep 2014 20:44:37 +0000 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XTzbl-0002wy-VL for linux-arm-kernel@lists.infradead.org; Tue, 16 Sep 2014 20:44:18 +0000 Received: by mail-wi0-f177.google.com with SMTP id em10so77203wid.4 for ; Tue, 16 Sep 2014 13:43:56 -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=l5i1bdX3OR/aTOYx/CX/FapnbAA4NQXZhuaqLgtJr/cDsxQIafodR0JGZ+Z9d6Mu7E mAWey1bCCu95qVZ+pXO7L7mpXWz4O9XnXOm4lxWectczycjZS8Jtr12n5AhoRb0kycWN 3wnbodj8ZMN/JEGkoMQOR/d7z7rDwMDmbx4PH4P7rPwtau+2DrERRiuDdXMCoGepYYAj IKv9VVjp2oT8fn2cGPYPMQ/gVDijhEbuUlM93nrxr+StlZM/32mfZ9glS/gSogTfG44T fjmsOwMwgaOygHFS/7TxnhBrWhiT+vLkMwJ9nBqk6AbIUCc0cxOARSTvjqBwyH4q1ZFQ c6Vw== X-Received: by 10.180.182.12 with SMTP id ea12mr27696635wic.21.1410900235968; Tue, 16 Sep 2014 13:43:55 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id mx19sm3112105wic.3.2014.09.16.13.43.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Sep 2014 13:43:55 -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 3/4] ARM: DTS: meson: update DTSI to add watchdog node Date: Tue, 16 Sep 2014 22:43:36 +0200 Message-Id: <1410900217-5162-4-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410900217-5162-1-git-send-email-carlo@caione.org> References: <1410900217-5162-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140916_134418_163260_6361F772 X-CRM114-Status: UNSURE ( 8.98 ) 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>;