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: 1477711 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 9E247400EC for ; Wed, 19 Sep 2012 13:50:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754385Ab2ISNuw (ORCPT ); Wed, 19 Sep 2012 09:50:52 -0400 Received: from mail-iy0-f174.google.com ([209.85.210.174]:63886 "EHLO mail-iy0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752952Ab2ISNus (ORCPT ); Wed, 19 Sep 2012 09:50:48 -0400 Received: by iahk25 with SMTP id k25so770151iah.19 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 Cc: Devicetree Discuss , Linux OMAP List , Linux ARM Kernel List , Nicolas Ferre , Stephen Warren , Grant Likely , Benoit Cousson , Russell King , Rob Herring , Arnd Bergmann , Vinod Koul , Dan Williams 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 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.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: