From patchwork Wed Apr 1 21:20:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Joachim Eastwood X-Patchwork-Id: 6142381 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.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 14CD59F350 for ; Wed, 1 Apr 2015 21:25:35 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3CFF0202F0 for ; Wed, 1 Apr 2015 21:25:34 +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 6A2F7202EC for ; Wed, 1 Apr 2015 21:25:33 +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 1YdQ5t-0002V4-Iq; Wed, 01 Apr 2015 21:22:37 +0000 Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YdQ4b-0001im-IC for linux-arm-kernel@lists.infradead.org; Wed, 01 Apr 2015 21:21:19 +0000 Received: by lbbzk7 with SMTP id zk7so29736179lbb.0 for ; Wed, 01 Apr 2015 14:20:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=vGC3AAKXvJtQsPCUafM+ps+TT5jBPP93p5/rjrdNNIA=; b=VPzS4SDMy47awRZW8i7DB9tV8FY8p9ZnWzPyekPx7CwZZ16meh/A//adcjED2H2Dyk aOysz6Z5Nies2kEhOBcPHh+fefTfTjZ6ZQ3o+kjzGU24qP+R35HPasPOXKoChaMd3Sg9 rWV7C2hbPB//VHtjzfitWE9Cl7Mb1arB84PlA1+YKz48woDt+tha5Z7eWyt3v1bC6uVG o8+aIsTOHpGQzqi6M5p0Jul/Mk/gVPRd8v3ePEDdmMSWCZIDEUjyTUh6FPF/plQCYQM0 MDDuBl1OGPCn+4E9nkdrRzE/WtSb6jF9hBn4GTv/DP8cpUNtMP4iXa2eRFIUXW2B8g3J v4Zw== X-Received: by 10.112.157.198 with SMTP id wo6mr11397901lbb.40.1427923254970; Wed, 01 Apr 2015 14:20:54 -0700 (PDT) Received: from localhost.localdomain (183.90-149-48.nextgentel.com. [90.149.48.183]) by mx.google.com with ESMTPSA id ba3sm645219lbc.35.2015.04.01.14.20.54 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 01 Apr 2015 14:20:54 -0700 (PDT) From: Joachim Eastwood To: daniel.lezcano@linaro.org, arnd@arndb.de, linux-arm-kernel@lists.infradead.org Subject: [PATCH 3/6] doc: dt: add documentation for lpc3250-timer Date: Wed, 1 Apr 2015 23:20:40 +0200 Message-Id: <1427923243-26296-4-git-send-email-manabian@gmail.com> X-Mailer: git-send-email 1.8.0 In-Reply-To: <1427923243-26296-1-git-send-email-manabian@gmail.com> References: <1427923243-26296-1-git-send-email-manabian@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150401_142117_859175_633B180B X-CRM114-Status: GOOD ( 10.21 ) X-Spam-Score: -0.8 (/) Cc: Joachim Eastwood , ariel.dalessandro@gmail.com, ezequiel@vanguardiasur.com.ar, u.kleine-koenig@pengutronix.de 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=-4.1 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, 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 Add DT bindings documentation for lpc3250-timer. This timer is used as clocksource on many NXP platforms. Signed-off-by: Joachim Eastwood --- .../bindings/timer/nxp,lpc3250-timer.txt | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt diff --git a/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt b/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt new file mode 100644 index 000000000000..9381c3e1d5aa --- /dev/null +++ b/Documentation/devicetree/bindings/timer/nxp,lpc3250-timer.txt @@ -0,0 +1,25 @@ +* NXP LPC3250 timer + +The NXP LPC3250 timer is used on a wide range of NXP SoCs. This +includes LPC32xx, LPC178x, LPC18xx and LPC43xx parts. + +Required properties: +- compatible: + Should be "nxp,lpc3250-timer". +- reg: + Address and length of the register set. +- interrupts: + Reference to the timer interrupt +- clocks: + Should contain a reference to the timer clock. + + +Example: + +timer1: timer@40085000 { + compatible = "nxp,lpc3250-timer"; + reg = <0x40085000 0x1000>; + interrupts = <13>; + clocks = <&ccu1 CLK_CPU_TIMER1>; +}; +