[PATCH] 4xx: Fix PCI mem in rainier DTS
Josh Boyer
jwboyer at linux.vnet.ibm.com
Fri May 16 00:41:23 EST 2008
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 at linux.vnet.ibm.com>
---
arch/powerpc/boot/dts/rainier.dts | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--- linux-2.6.orig/arch/powerpc/boot/dts/rainier.dts
+++ linux-2.6/arch/powerpc/boot/dts/rainier.dts
@@ -328,8 +328,9 @@
* later cannot be changed. Chip supports a second
* IO range but we don't use it for now
*/
- ranges = <02000000 0 80000000 1 80000000 0 10000000
- 01000000 0 00000000 1 e8000000 0 00100000>;
+ ranges = <02000000 0 80000000 1 80000000 0 40000000
+ 01000000 0 00000000 1 e8000000 0 00010000
+ 01000000 0 00000000 1 e8800000 0 03800000>;
/* Inbound 2GB range starting at 0 */
dma-ranges = <42000000 0 0 0 0 0 80000000>;
More information about the Linuxppc-dev
mailing list