From patchwork Wed Sep 19 13:52:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matt Porter X-Patchwork-Id: 1477731 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork2.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork2.kernel.org (Postfix) with ESMTP id 8FE79DF280 for ; Wed, 19 Sep 2012 13:53:06 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1TEKg0-0003Xg-9U; Wed, 19 Sep 2012 13:50:52 +0000 Received: from mail-ie0-f177.google.com ([209.85.223.177]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1TEKfw-0003Wz-SM for linux-arm-kernel@lists.infradead.org; Wed, 19 Sep 2012 13:50:49 +0000 Received: by ieje14 with SMTP id e14so1696292iej.36 for ; Wed, 19 Sep 2012 06:50:47 -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:x-mailer; bh=p28cpLu96tJYykvDDUKyCjW/JQL6BWgrzWxR5zqAXK8=; b=GBNCr7jditXMDUZa7pCyXBLbRQut/ZN7Wia2q5XTOFHoWxc3QUTI0aOtDd2iq7Diw5 Z1TF2Ddf3rza6FDLyQoQEUl1NaCt5XCXPgr21RjyHMfIc7i0ZJqreS6Fl2GUfYC59w89 4Rq/F3CZD5HrV8Sg+WWt4Yq+XkELyM/AqdUpB25IDUkmD+xY1sQbCntKlWM64HWhisOY +fIescRkWW3bfLg8jG5uQl+bJFH7jBy3QPJeignfXka8SrWDk63iab/ChxG8palT6kai +MuFud3JWFUh2QouBrwciAA0cYzXbas8127wp/vE18/UUA+EogYO/SD9LIyxUeGhnj2t ce9Q== Received: by 10.50.154.168 with SMTP id vp8mr2867934igb.3.1348062647627; Wed, 19 Sep 2012 06:50:47 -0700 (PDT) Received: from beef.ohporter.com (cpe-24-166-64-7.neo.res.rr.com. [24.166.64.7]) by mx.google.com with ESMTPS id q1sm5273168igj.15.2012.09.19.06.50.45 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 19 Sep 2012 06:50:46 -0700 (PDT) From: Matt Porter To: Jon Hunter Subject: [PATCH] of: dma: fix typos in generic dma binding definition Date: Wed, 19 Sep 2012 09:52:23 -0400 Message-Id: <1348062743-26544-1-git-send-email-mporter@ti.com> X-Mailer: git-send-email 1.7.9.5 X-Spam-Note: CRM114 invocation failed X-Spam-Score: -2.6 (--) X-Spam-Report: SpamAssassin version 3.3.2 on merlin.infradead.org summary: Content analysis details: (-2.6 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low trust [209.85.223.177 listed in list.dnswl.org] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (ohiomdp[at]gmail.com) -0.0 SPF_PASS SPF: sender matches SPF record -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily valid -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Cc: Stephen Warren , Benoit Cousson , Arnd Bergmann , Vinod Koul , Devicetree Discuss , Nicolas Ferre , Rob Herring , Grant Likely , Dan Williams , Russell King , Linux OMAP List , Linux ARM Kernel List X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Some semicolons were left out in the examples. Signed-off-by: Matt Porter --- Documentation/devicetree/bindings/dma/dma.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/devicetree/bindings/dma/dma.txt b/Documentation/devicetree/bindings/dma/dma.txt index a4f59a5..b4cde0b 100644 --- a/Documentation/devicetree/bindings/dma/dma.txt +++ b/Documentation/devicetree/bindings/dma/dma.txt @@ -20,7 +20,7 @@ Optional properties: Example: dma: dma@48000000 { - compatible = "ti,omap-sdma" + compatible = "ti,omap-sdma"; reg = <0x48000000 0x1000>; interrupts = <0 12 0x4 0 13 0x4 @@ -61,7 +61,7 @@ Examples: ... dmas = <&dma 2 /* read channel */ &dma 3>; /* write channel */ - dma-names = "rx", "tx" + dma-names = "rx", "tx"; ... }; @@ -70,7 +70,7 @@ Examples: dmas = <&dma1 5 &dma2 7 &dma3 2>; - dma-names = "rx-tx", "rx-tx", "rx-tx" + dma-names = "rx-tx", "rx-tx", "rx-tx"; 3. A device with three channels, one of which has two alternatives: