[POWERPC] 4xx: Fix PCI mem in rainier DTS

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Linux Kernel Mailing List
Date: Tuesday, July 15, 2008 - 8:06 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=6f0311...
Commit:     6f031101f5c6bb44762911909da575127f676eb8
Parent:     71f349799b34c8b6ce3df42126b4de6cfa16456d
Author:     Josh Boyer <jwboyer@linux.vnet.ibm.com>
AuthorDate: Fri May 16 00:41:23 2008 +1000
Committer:  Josh Boyer <jwboyer@linux.vnet.ibm.com>
CommitDate: Thu May 29 07:06:56 2008 -0500

    [POWERPC] 4xx: Fix PCI mem in rainier DTS
    
    This fixes the PCI node in the Rainier to match the spec from AMCC.  A
    similar fix was done for 440EPx, which shares the same values as 440GRx.
    
    Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
---
 arch/powerpc/boot/dts/rainier.dts |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/rainier.dts b/arch/powerpc/boot/dts/rainier.dts
index 2cd87f6..2afb63a 100644
--- a/arch/powerpc/boot/dts/rainier.dts
+++ b/arch/powerpc/boot/dts/rainier.dts
@@ -330,8 +330,9 @@
 			 * later cannot be changed. Chip supports a second
 			 * IO range but we don't use it for now
 			 */
-			ranges = <0x02000000 0x00000000 0x80000000 0x00000001 0x80000000 0x00000000 0x10000000
-				0x01000000 0x00000000 0x00000000 0x00000001 0xe8000000 0x00000000 0x00100000>;
+			ranges = <0x02000000 0x0 0x80000000 0x1 0x80000000 0x0 0x40000000
+				0x01000000 0x0 0x00000000 0x1 0xe8000000 0x0 0x00010000
+				0x01000000 0x0 0x00000000 0x1 0xe8800000 0x0 0x03800000>;
 
 			/* Inbound 2GB range starting at 0 */
 			dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>;
--
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[POWERPC] 4xx: Fix PCI mem in rainier DTS, Linux Kernel Mailing ..., (Tue Jul 15, 8:06 pm)