From patchwork Wed Jan 14 14:52:41 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 18447 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id 7B901DE3C7 for ; Thu, 15 Jan 2009 01:53:12 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by ozlabs.org (Postfix) with ESMTP id 6CC86DE126 for ; Thu, 15 Jan 2009 01:52:46 +1100 (EST) Received: by ewy13 with SMTP id 13so793635ewy.9 for ; Wed, 14 Jan 2009 06:52:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:from:to:cc :subject:date:message-id:x-mailer; bh=WjXh9WkXdQ2XJGYr6IkWyf97oZ6Fds2AFcR9EIONC80=; b=QqyUg48HfVdJ+/vsVLpHy2Wr7l9DmHtOwCGj22G+Z4NqMlU/O4/c6Nq79XmkotGUeS cynvaDI8hf/9nXqZhKeV23nuDgM4LAflbp1O2JeiLPTd1KthJ5Zgvc/56KhI+y+VrWNV Y6/7nxepAAKw23NwDAwETN19jazpyXtugJZ1c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=e4UcdR/UZmO4HO0wD89lo7j8Da2vfAue96CiOIorWYEpDLzxn1klS+LRB9o7a7FgnK Nf5ZZBMar/CxSDVlbxODZPMcQRY3BcOTaBdeBikzeb01MbwyEFzxkvCKs6oFCGaQiQVW Nkt+zUql4uWhPhp2zi97EGJiZJZFb4RPNhDtw= Received: by 10.210.114.11 with SMTP id m11mr236172ebc.34.1231944763909; Wed, 14 Jan 2009 06:52:43 -0800 (PST) Received: from macbook.be.48ers.dk (191.207-78-194.adsl-fix.skynet.be [194.78.207.191]) by mx.google.com with ESMTPS id j8sm6286308gvb.12.2009.01.14.06.52.42 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jan 2009 06:52:43 -0800 (PST) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id C10F1C3AD3; Wed, 14 Jan 2009 15:52:41 +0100 (CET) From: Peter Korsgaard To: galak@kernel.crashing.org, linuxppc-dev@ozlabs.org Subject: [PATCH] dts-bindings/fsl/dma.txt: convert to dts-v1 syntax Date: Wed, 14 Jan 2009 15:52:41 +0100 Message-Id: <1231944761-18500-1-git-send-email-jacmet@sunsite.dk> X-Mailer: git-send-email 1.5.6.5 X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Signed-off-by: Peter Korsgaard --- Documentation/powerpc/dts-bindings/fsl/dma.txt | 34 ++++++++++++------------ 1 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Documentation/powerpc/dts-bindings/fsl/dma.txt b/Documentation/powerpc/dts-bindings/fsl/dma.txt index cc45311..0732cdd 100644 --- a/Documentation/powerpc/dts-bindings/fsl/dma.txt +++ b/Documentation/powerpc/dts-bindings/fsl/dma.txt @@ -35,30 +35,30 @@ Example: #address-cells = <1>; #size-cells = <1>; compatible = "fsl,mpc8349-dma", "fsl,elo-dma"; - reg = <82a8 4>; - ranges = <0 8100 1a4>; + reg = <0x82a8 4>; + ranges = <0 0x8100 0x1a4>; interrupt-parent = <&ipic>; - interrupts = <47 8>; + interrupts = <71 8>; cell-index = <0>; dma-channel@0 { compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; cell-index = <0>; - reg = <0 80>; + reg = <0 0x80>; }; dma-channel@80 { compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; cell-index = <1>; - reg = <80 80>; + reg = <0x80 0x80>; }; dma-channel@100 { compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; cell-index = <2>; - reg = <100 80>; + reg = <0x100 0x80>; }; dma-channel@180 { compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel"; cell-index = <3>; - reg = <180 80>; + reg = <0x180 0x80>; }; }; @@ -93,36 +93,36 @@ Example: #address-cells = <1>; #size-cells = <1>; compatible = "fsl,mpc8540-dma", "fsl,eloplus-dma"; - reg = <21300 4>; - ranges = <0 21100 200>; + reg = <0x21300 4>; + ranges = <0 0x21100 0x200>; cell-index = <0>; dma-channel@0 { compatible = "fsl,mpc8540-dma-channel", "fsl,eloplus-dma-channel"; - reg = <0 80>; + reg = <0 0x80>; cell-index = <0>; interrupt-parent = <&mpic>; - interrupts = <14 2>; + interrupts = <20 2>; }; dma-channel@80 { compatible = "fsl,mpc8540-dma-channel", "fsl,eloplus-dma-channel"; - reg = <80 80>; + reg = <0x80 0x80>; cell-index = <1>; interrupt-parent = <&mpic>; - interrupts = <15 2>; + interrupts = <21 2>; }; dma-channel@100 { compatible = "fsl,mpc8540-dma-channel", "fsl,eloplus-dma-channel"; - reg = <100 80>; + reg = <0x100 0x80>; cell-index = <2>; interrupt-parent = <&mpic>; - interrupts = <16 2>; + interrupts = <22 2>; }; dma-channel@180 { compatible = "fsl,mpc8540-dma-channel", "fsl,eloplus-dma-channel"; - reg = <180 80>; + reg = <0x180 0x80>; cell-index = <3>; interrupt-parent = <&mpic>; - interrupts = <17 2>; + interrupts = <23 2>; }; };