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

David Gibson dwg at au1.ibm.com
Fri May 16 10:15:29 EST 2008


On Thu, May 15, 2008 at 09:41:23AM -0500, Josh Boyer wrote:
> 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.

This will conflict with the dts-v1 conversion patch.

> --- 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>;

-- 
David Gibson			| I'll have my music baroque, and my code
david AT gibson.dropbear.id.au	| minimalist, thank you.  NOT _the_ _other_
				| _way_ _around_!
http://www.ozlabs.org/~dgibson



More information about the Linuxppc-dev mailing list