From patchwork Fri Jul 26 14:17:15 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jonas Jensen X-Patchwork-Id: 2834192 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 CA7349F4E2 for ; Fri, 26 Jul 2013 14:18:06 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A4292201E6 for ; Fri, 26 Jul 2013 14:18:05 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B6C4201DC for ; Fri, 26 Jul 2013 14:18:04 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2iqI-0001W5-9z; Fri, 26 Jul 2013 14:18:02 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2iqG-0004aQ-22; Fri, 26 Jul 2013 14:18:00 +0000 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1V2iqC-0004Yn-BW for linux-arm-kernel@lists.infradead.org; Fri, 26 Jul 2013 14:17:57 +0000 Received: by mail-lb0-f170.google.com with SMTP id u10so2568867lbi.1 for ; Fri, 26 Jul 2013 07:17:33 -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:x-mailer; bh=3l4O448WbahTrvmqVFaPxMoDztM0ed7K1bWflwSeCQM=; b=p3gX2YD1qQlt/Tjdv0QnNBRw68F0Xby+9PuNSL83i6qA2+K+lv7fae4xo/9hGlNsl/ pHBycG4wzMavxIYhbYLUHV1b7Rhesw6ucTjCiygoAk4o6nJqcCg1vgV9h7JGubaLtm3T 1Tqnl3EWl3ucuXbe3kDJbkEQb5fyCQGvx/MlRvRFHCGNMDtr4/KVvjh6zyo6QGOMmWKb s6OX+wTVBmhIRIiBISF7+TOJPEi6iPw8RQKyaqDCNrBOjcg/EpjQMVYoJ/3g2jsg3ps9 ex2emiSSDzJNdkOqezbTlLAjpIHGGlTYwyG52n4EPm7/1vDNr7Js0qlDCbN9vrSIDRVO bbQg== X-Received: by 10.152.120.228 with SMTP id lf4mr5000070lab.44.1374848253212; Fri, 26 Jul 2013 07:17:33 -0700 (PDT) Received: from Ildjarn.ath.cx (static-213-115-41-10.sme.bredbandsbolaget.se. [213.115.41.10]) by mx.google.com with ESMTPSA id am8sm18912822lac.1.2013.07.26.07.17.31 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Fri, 26 Jul 2013 07:17:32 -0700 (PDT) From: Jonas Jensen To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Date: Fri, 26 Jul 2013 16:17:15 +0200 Message-Id: <1374848235-21734-1-git-send-email-jonas.jensen@gmail.com> X-Mailer: git-send-email 1.8.2.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130726_101756_624369_61A8993A X-CRM114-Status: GOOD ( 10.16 ) X-Spam-Score: -2.0 (--) Cc: devicetree@vger.kernel.org, daniel.lezcano@linaro.org, linux-kernel@vger.kernel.org, Jonas Jensen , arm@kernel.org, john.stultz@linaro.org, tglx@linutronix.de X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 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=-5.5 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=unavailable 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 1. describe compatible variable "Must be" instead of "Should be". 2. change description so it's from the point of view of the device Signed-off-by: Jonas Jensen --- Notes: Hi Daniel, The device tree bindings document (already merged) needs another update. Can be applied directly to timers/clockevents-next. Best regards, Jonas Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt index ad0bf7f..da2d510 100644 --- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt +++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt @@ -2,10 +2,10 @@ MOXA ART timer Required properties: -- compatible : Should be "moxa,moxart-timer" +- compatible : Must be "moxa,moxart-timer" - reg : Should contain registers location and length - interrupts : Should contain the timer interrupt number -- clocks : Should contain phandle for the MOXA ART core clock "coreclk" +- clocks : Should contain phandle for the clock that drives the counter Example: