From patchwork Tue Sep 16 20:43:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4920161 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 167909F32F for ; Tue, 16 Sep 2014 20:44:29 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4AF0B201CE for ; Tue, 16 Sep 2014 20:46:21 +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 488602015D for ; Tue, 16 Sep 2014 20:46:20 +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 1XTzbq-000362-Pb; Tue, 16 Sep 2014 20:44:22 +0000 Received: from mail-wi0-x22b.google.com ([2a00:1450:400c:c05::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XTzbh-0002wX-Si for linux-arm-kernel@lists.infradead.org; Tue, 16 Sep 2014 20:44:14 +0000 Received: by mail-wi0-f171.google.com with SMTP id bs8so68544wib.16 for ; Tue, 16 Sep 2014 13:43:51 -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=+eGA5cYkuKTKoY4DZ4GpK/DkIZrvAysJF07EWom0Gy4=; b=SNflDNLRm+7A92em+6MqP3NOgaG71RDZLku6PMcUcV/5bqGuj9FNH40FFtNslYJla4 5NOsfJO4rcKX4eAc8ta0fPxBqnx/74cerLFKRX/916liVjaIa07W1l7d/jT/BAvMOZcl mnJD8KQ2GS3WCEk0SIEfzS5H3oHfhzNZlzTacDl3oljRVO8aoMfXd0R2mrJS8CWDK5pg yy+XoHULUAn3Qf8FAVx1sD9GdGvA2z9hJGJhwoKjMbsAjVAJdUXUZJtgZmPBGM+5c5hs NmiKJkraZcIr1CWXq82ll10nD0GTSFWsWUH++UDEbFwSMzZM/IKDYZ2gHTKuedca7pwx rAzQ== X-Received: by 10.180.87.231 with SMTP id bb7mr759913wib.63.1410900231841; Tue, 16 Sep 2014 13:43:51 -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.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 16 Sep 2014 13:43:51 -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 1/4] ARM: docs: add documentation binding for meson watchdog Date: Tue, 16 Sep 2014 22:43:34 +0200 Message-Id: <1410900217-5162-2-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_134414_086351_E33733A7 X-CRM114-Status: GOOD ( 10.09 ) 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 --- Documentation/devicetree/bindings/watchdog/meson-wdt.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/meson-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/meson-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt new file mode 100644 index 0000000..e66c0c3 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson-wdt.txt @@ -0,0 +1,13 @@ +Meson SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson-wdt" +- reg : Specifies base physical address and size of the registers. + +Example: + +wdt: watchdog@c1109900 { + compatible = "amlogic,meson-wdt"; + reg = <0xc1109900 0x8>; +};