From patchwork Sat Sep 20 17:06:49 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4942081 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 810D0BEEA5 for ; Sat, 20 Sep 2014 17:11:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AF72B201D3 for ; Sat, 20 Sep 2014 17:11:52 +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 E49872016C for ; Sat, 20 Sep 2014 17:11:51 +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 1XVOAI-00033A-BR; Sat, 20 Sep 2014 17:09:42 +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 1XVOAA-00030c-LO for linux-arm-kernel@lists.infradead.org; Sat, 20 Sep 2014 17:09:35 +0000 Received: by mail-wi0-f181.google.com with SMTP id z2so965373wiv.14 for ; Sat, 20 Sep 2014 10:09:12 -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=8yKfD4VvAjmk5IE81ze0odg69F5fPMU7VEKOw0rObWw=; b=plO1JDKoErUPeQDtUX8ESRpeBikneTnHrFddfZi4b+5GYKFWpUN9zGzwZdR/iJV/y7 MVShf12s7QKK+JOxWvpsvmThA7UQghilMW5fHcNKHJ0JOjYgbuf1rFjOaN5gjE+bOtGb JoacsLlj6e5R1DMhwqyHaZ+EyVfGeNkbhxM3UF6nvFLMWtH4aki9LZkiyHtS4jvA+Gfo py5hfyXVrSejeYVNGZQWhTqvFeYqNXgADpTrbp9xetcmkltMlDI5SEjxQLAcTIR5qiL+ IY/iGPsMst4sT1GzsCVd7S4GKGbPBL85qXoWFxoatZatM3eagm64ieE83dCEJzOX57DK fRqQ== X-Received: by 10.180.93.99 with SMTP id ct3mr4466100wib.0.1411232952657; Sat, 20 Sep 2014 10:09:12 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id f7sm5955349wix.22.2014.09.20.10.09.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 20 Sep 2014 10:09:11 -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 v4 1/4] ARM: docs: add documentation binding for meson watchdog Date: Sat, 20 Sep 2014 19:06:49 +0200 Message-Id: <1411232812-11594-2-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1411232812-11594-1-git-send-email-carlo@caione.org> References: <1411232812-11594-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140920_100934_867616_FE1D1102 X-CRM114-Status: UNSURE ( 9.59 ) 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.5 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 Reviewed-by: Guenter Roeck 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>; +};