From patchwork Wed Jan 14 14:14:13 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Korsgaard X-Patchwork-Id: 18435 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 98511474C3 for ; Thu, 15 Jan 2009 01:16:46 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.187]) by ozlabs.org (Postfix) with ESMTP id 6E492DDDF3 for ; Thu, 15 Jan 2009 01:14:20 +1100 (EST) Received: by nf-out-0910.google.com with SMTP id e27so148168nfd.9 for ; Wed, 14 Jan 2009 06:14:17 -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=ySKoMvKCU8LG98cPzHr6Q/YMHwxfjshGVqBNAFu/668=; b=UhAchCs23JR4a94X/08grjBU+HsmMzNqv7e7wDW4a7quS1lXiWG3LUdFDWMqnkjnIt JbWj873ZTGBNWYnOyBkhX9ihsXHLVtY8YY1o9U64Lh79mUSZh8WtghLKOpe/tgAE49+A pHMb6SqDAlV9BsvbpEFZxF1ZtMAKnttE+6sfk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:cc:subject:date:message-id:x-mailer; b=CjBL3ucZmo+u7YX3m8YSyufGWMUzP546sJrO8kFURLluoiVosFna/v+tiSDbmSFJZb ZXqW7lhXKFLgLfS17stleqGWYlePpb8OEH8SnJkUhXuYiWC/ahPgqTOC9fNzVq0NxCaO nYJ1H2Kk9oCyKOTnVsT8GKUrAghCDL5wrxgzI= Received: by 10.210.57.12 with SMTP id f12mr165002eba.97.1231942457292; Wed, 14 Jan 2009 06:14:17 -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 g9sm2680862gvc.17.2009.01.14.06.14.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 14 Jan 2009 06:14:16 -0800 (PST) Received: by macbook.be.48ers.dk (Postfix, from userid 1000) id CB11DC3AD3; Wed, 14 Jan 2009 15:14:13 +0100 (CET) From: Peter Korsgaard To: galak@kernel.crashing.org, linuxppc-dev@ozlabs.org Subject: [PATCH] dts-bindings/fsl/dma.txt: fix IRQ number in mpc83xx dma example Date: Wed, 14 Jan 2009 15:14:13 +0100 Message-Id: <1231942453-17898-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 The DMAC IRQ number of the mpc8349 is 71 and not 47, according to http://www.freescale.com/files/32bit/doc/ref_manual/MPC8349EARMAD.pdf Signed-off-by: Peter Korsgaard --- Documentation/powerpc/dts-bindings/fsl/dma.txt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/powerpc/dts-bindings/fsl/dma.txt b/Documentation/powerpc/dts-bindings/fsl/dma.txt index cc45311..3df1552 100644 --- a/Documentation/powerpc/dts-bindings/fsl/dma.txt +++ b/Documentation/powerpc/dts-bindings/fsl/dma.txt @@ -38,7 +38,7 @@ Example: reg = <82a8 4>; ranges = <0 8100 1a4>; interrupt-parent = <&ipic>; - interrupts = <47 8>; + interrupts = <71 8>; cell-index = <0>; dma-channel@0 { compatible = "fsl,mpc8349-dma-channel", "fsl,elo-dma-channel";