From patchwork Wed Sep 17 20:12:03 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4926591 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 ADD559F32F for ; Wed, 17 Sep 2014 20:13:39 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9E55E20142 for ; Wed, 17 Sep 2014 20:14:49 +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 DCEE12015D for ; Wed, 17 Sep 2014 20:14:48 +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 1XULb1-000368-R8; Wed, 17 Sep 2014 20:12:59 +0000 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XULap-0002p5-20 for linux-arm-kernel@lists.infradead.org; Wed, 17 Sep 2014 20:12:47 +0000 Received: by mail-wg0-f49.google.com with SMTP id m15so1948706wgh.8 for ; Wed, 17 Sep 2014 13:12:23 -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=ROJolvcHJ6pwZXQcKXvFUUtrsg17D3Fejwif5+A794/rDLyXbDo0zg9P6MvjMDXv0I zt4pW+HzC9c/6FRWvCSnMc74ejCRBGoF15oCFUfX7jcnHQTwFQT8QnIZWedh1WAp2IGG UJer4Rtw38rfCKloTZbHLusLM1hg2K/If9Qy0lzWNG+z8jBSOHNhaxkupzU3vEWbe6j0 INHx45R3bRk7R/jmenIEmYFFtwt8ipC8mqOVsBG+7LEy1JIhxKAUX9Cgwexzgi19GZMA Tk6JRpnqwQp1c4k4uOQ3Dltap6+Gf1Ak1UruF14FkByG9LCE6Byp3yIq5h2eWiFNBl5R hmKw== X-Received: by 10.180.97.196 with SMTP id ec4mr23186245wib.47.1410984742993; Wed, 17 Sep 2014 13:12:22 -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.21 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 17 Sep 2014 13:12:22 -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 1/4] ARM: docs: add documentation binding for meson watchdog Date: Wed, 17 Sep 2014 22:12:03 +0200 Message-Id: <1410984726-18944-2-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_131247_258293_792ABC2D X-CRM114-Status: GOOD ( 10.11 ) 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>; +};