diff options
author | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-05-15 10:41:23 -0400 |
---|---|---|
committer | Josh Boyer <jwboyer@linux.vnet.ibm.com> | 2008-05-29 08:06:56 -0400 |
commit | 6f031101f5c6bb44762911909da575127f676eb8 (patch) | |
tree | 3701d126a869b4c5255b4993d36c5316fe54e8b2 /arch/powerpc/boot/dts/rainier.dts | |
parent | 71f349799b34c8b6ce3df42126b4de6cfa16456d (diff) |
[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>
Diffstat (limited to 'arch/powerpc/boot/dts/rainier.dts')
-rw-r--r-- | 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 2cd87f66f81f..2afb63a42ea9 100644 --- a/arch/powerpc/boot/dts/rainier.dts +++ b/arch/powerpc/boot/dts/rainier.dts | |||
@@ -330,8 +330,9 @@ | |||
330 | * later cannot be changed. Chip supports a second | 330 | * later cannot be changed. Chip supports a second |
331 | * IO range but we don't use it for now | 331 | * IO range but we don't use it for now |
332 | */ | 332 | */ |
333 | ranges = <0x02000000 0x00000000 0x80000000 0x00000001 0x80000000 0x00000000 0x10000000 | 333 | ranges = <0x02000000 0x0 0x80000000 0x1 0x80000000 0x0 0x40000000 |
334 | 0x01000000 0x00000000 0x00000000 0x00000001 0xe8000000 0x00000000 0x00100000>; | 334 | 0x01000000 0x0 0x00000000 0x1 0xe8000000 0x0 0x00010000 |
335 | 0x01000000 0x0 0x00000000 0x1 0xe8800000 0x0 0x03800000>; | ||
335 | 336 | ||
336 | /* Inbound 2GB range starting at 0 */ | 337 | /* Inbound 2GB range starting at 0 */ |
337 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>; | 338 | dma-ranges = <0x42000000 0x0 0x0 0x0 0x0 0x0 0x80000000>; |