* [PATCH 1/2] Fix the PCI ranges in the MPC832x_MDS device tree.
@ 2007-05-01 17:48 Scott Wood
2007-05-10 5:15 ` Kumar Gala
0 siblings, 1 reply; 2+ messages in thread
From: Scott Wood @ 2007-05-01 17:48 UTC (permalink / raw)
To: galak; +Cc: linuxppc-dev
The MPC832x_MDS device tree's PCI non-prefetchable MMIO range was
specified incorrectly. Both the local and bus addresses start at
0x90000000.
Signed-off-by: Scott Wood <scottwood@freescale.com>
---
arch/powerpc/boot/dts/mpc832x_mds.dts | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/boot/dts/mpc832x_mds.dts b/arch/powerpc/boot/dts/mpc832x_mds.dts
index c798491..3c0eeb7 100644
--- a/arch/powerpc/boot/dts/mpc832x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc832x_mds.dts
@@ -146,7 +146,7 @@
interrupt-parent = < &ipic >;
interrupts = <42 8>;
bus-range = <0 0>;
- ranges = <02000000 0 a0000000 90000000 0 10000000
+ ranges = <02000000 0 90000000 90000000 0 10000000
42000000 0 80000000 80000000 0 10000000
01000000 0 00000000 d0000000 0 00100000>;
clock-frequency = <0>;
--
1.5.0.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] Fix the PCI ranges in the MPC832x_MDS device tree.
2007-05-01 17:48 [PATCH 1/2] Fix the PCI ranges in the MPC832x_MDS device tree Scott Wood
@ 2007-05-10 5:15 ` Kumar Gala
0 siblings, 0 replies; 2+ messages in thread
From: Kumar Gala @ 2007-05-10 5:15 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev
On Tue, 1 May 2007, Scott Wood wrote:
> The MPC832x_MDS device tree's PCI non-prefetchable MMIO range was
> specified incorrectly. Both the local and bus addresses start at
> 0x90000000.
>
> Signed-off-by: Scott Wood <scottwood@freescale.com>
> ---
> arch/powerpc/boot/dts/mpc832x_mds.dts | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
applied.
- k
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-10 5:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-01 17:48 [PATCH 1/2] Fix the PCI ranges in the MPC832x_MDS device tree Scott Wood
2007-05-10 5:15 ` Kumar Gala
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).