From patchwork Mon Sep 15 13:11:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 4905321 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 F1BF29F349 for ; Mon, 15 Sep 2014 13:12:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 2A76120149 for ; Mon, 15 Sep 2014 13:14:48 +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 7193B20220 for ; Mon, 15 Sep 2014 13:14:43 +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 1XTW4r-0005Yj-DZ; Mon, 15 Sep 2014 13:12:21 +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 1XTW4n-0005RC-VK for linux-arm-kernel@lists.infradead.org; Mon, 15 Sep 2014 13:12:19 +0000 Received: by mail-wi0-f171.google.com with SMTP id bs8so4234293wib.4 for ; Mon, 15 Sep 2014 06:11:55 -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=S7pPV7SSEnD1JSU7IjAwXdQbuIqwtkBxapBfjJahPvk=; b=IsjlYcVivH+FGGNU0TY5fX9Iwy1VjNpCfZmq3Oh5N+ttXEOE5d8W2G8HqcrYqPEkdL mJZhetbgGp5tuZOrtIUhcbbvkVHzF/X6/rIcmmokfXPLJJpCUZQzLXXd4tpZwutE0HSX wYgsfvjjTMqWEMr40ntiVMrbOllP6hXh7kEl3R25mSodtBgb1Ke93qqQeDY/tTHnwd5E iX+ArKmU+R42vRghvK3fUKOWN4slkWUdv4d/Ax+NJeMx8SYgzKWjDsRW2Hwlm9cP0pRQ 7rFGWlzGXlh3wRjdKhyfqbrB88jp3iz3/fYF+/EdFYdPhTqWrgNMFdtbGlF3kK2H4LT3 iMjw== X-Received: by 10.181.13.175 with SMTP id ez15mr23067437wid.59.1410786714970; Mon, 15 Sep 2014 06:11:54 -0700 (PDT) Received: from localhost.localdomain (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id ew1sm14731375wjb.31.2014.09.15.06.11.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 15 Sep 2014 06:11:54 -0700 (PDT) From: Carlo Caione To: daniel.lezcano@linaro.org, tglx@linutronix.de, arnd@arndb.de, linux-arm-kernel@lists.infradead.org Subject: [PATCH 1/2] ARM: meson: documentation: add timer documentation Date: Mon, 15 Sep 2014 15:11:30 +0200 Message-Id: <1410786691-30302-2-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1410786691-30302-1-git-send-email-carlo@caione.org> References: <1410786691-30302-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140915_061218_154647_8D96AC8B X-CRM114-Status: GOOD ( 10.90 ) 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 Acked-by: Arnd Bergmann Signed-off-by: Carlo Caione --- .../devicetree/bindings/timer/amlogic,meson6-timer.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt diff --git a/Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt b/Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt new file mode 100644 index 0000000..d79be27 --- /dev/null +++ b/Documentation/devicetree/bindings/timer/amlogic,meson6-timer.txt @@ -0,0 +1,16 @@ +Amlogic Meson6 SoCs Timer Controller + +Required properties: + +- compatible : should be "amlogic,meson6-timer" +- reg : Specifies base physical address and size of the registers. +- interrupts : The interrupt of the first timer + +Example: + +timer@c1109940 { + compatible = "amlogic,meson6-timer"; + reg = <0xc1109940 0x14>; + interrupts = <0 10 1>; +}; +