From patchwork Fri Sep 19 20:36:26 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4940131 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 1D6229F2EC for ; Fri, 19 Sep 2014 20:39:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3FA7B20200 for ; Fri, 19 Sep 2014 20:39:32 +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 73339201F2 for ; Fri, 19 Sep 2014 20:39:31 +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 1XV4vb-0003wr-QQ; Fri, 19 Sep 2014 20:37:15 +0000 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XV4vS-0003rw-Sj for linux-arm-kernel@lists.infradead.org; Fri, 19 Sep 2014 20:37:08 +0000 Received: by mail-wi0-f175.google.com with SMTP id r20so187095wiv.14 for ; Fri, 19 Sep 2014 13:36:44 -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=09XPNB4WxXrZM2+T8433zLQuElq3ng6JGuwSkmRWFgE=; b=tqo30/9846cL8KVORQ/lfSncGhn4K8cb3c/JcqUDbcLcyLX9fCvAJR1cEdCN0OT0dn XSVjTDdSr4Plk/FWVwZO4r/qgIeDHcFRuc3RZJE5/EIfjvdGwJvaTsgXloq77eV2dfzw jKjFQ8/bK9HeZaoYEiZe2lJIMeh3dnas7XlIAPPsN2g9urM6zJo0/TkveOQMEjdt9uz+ LDkT9bJAHGVrRfMYrSUOuEUKKVsn/x9e3K5m4EYhVuDTlSwh0ykDcaMbF2W5i2jPFpWn IZ7EtNEaqHkyW91fbC0JjYYICo54HF0wNvS2+e0EWxqd103GBznEiNEf31MLx9OOhj/C OQtQ== X-Received: by 10.194.203.73 with SMTP id ko9mr3361849wjc.101.1411159004615; Fri, 19 Sep 2014 13:36:44 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id fx9sm1572768wib.5.2014.09.19.13.36.42 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 19 Sep 2014 13:36:43 -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, jerry.cao@amlogic.com, victor.wan@amlogic.com Subject: [PATCH v3 1/4] ARM: docs: add documentation binding for meson watchdog Date: Fri, 19 Sep 2014 22:36:26 +0200 Message-Id: <1411158989-8075-2-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1411158989-8075-1-git-send-email-carlo@caione.org> References: <1411158989-8075-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140919_133707_219929_E28A387A X-CRM114-Status: GOOD ( 10.12 ) X-Spam-Score: 0.0 (/) 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/meson6-wdt.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Documentation/devicetree/bindings/watchdog/meson6-wdt.txt diff --git a/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt new file mode 100644 index 0000000..9200fc2 --- /dev/null +++ b/Documentation/devicetree/bindings/watchdog/meson6-wdt.txt @@ -0,0 +1,13 @@ +Meson SoCs Watchdog timer + +Required properties: + +- compatible : should be "amlogic,meson6-wdt" +- reg : Specifies base physical address and size of the registers. + +Example: + +wdt: watchdog@c1109900 { + compatible = "amlogic,meson6-wdt"; + reg = <0xc1109900 0x8>; +};