* [PATCH] 4xx: Fix PCI mem in rainier DTS
@ 2008-05-15 14:41 Josh Boyer
2008-05-16 0:15 ` David Gibson
0 siblings, 1 reply; 3+ messages in thread
From: Josh Boyer @ 2008-05-15 14:41 UTC (permalink / raw)
To: linuxppc-dev
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 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>;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 4xx: Fix PCI mem in rainier DTS
2008-05-15 14:41 [PATCH] 4xx: Fix PCI mem in rainier DTS Josh Boyer
@ 2008-05-16 0:15 ` David Gibson
2008-05-16 3:52 ` Josh Boyer
0 siblings, 1 reply; 3+ messages in thread
From: David Gibson @ 2008-05-16 0:15 UTC (permalink / raw)
To: Josh Boyer; +Cc: linuxppc-dev
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] 4xx: Fix PCI mem in rainier DTS
2008-05-16 0:15 ` David Gibson
@ 2008-05-16 3:52 ` Josh Boyer
0 siblings, 0 replies; 3+ messages in thread
From: Josh Boyer @ 2008-05-16 3:52 UTC (permalink / raw)
To: David Gibson; +Cc: linuxppc-dev
On Fri, 16 May 2008 10:15:29 +1000
David Gibson <dwg@au1.ibm.com> wrote:
> 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.
I'm well aware of that. It will be fixed up. Thanks.
josh
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-16 3:55 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-15 14:41 [PATCH] 4xx: Fix PCI mem in rainier DTS Josh Boyer
2008-05-16 0:15 ` David Gibson
2008-05-16 3:52 ` Josh Boyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).