diff options
author | Scott Wood <scottwood@freescale.com> | 2007-05-01 13:49:04 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-05-10 00:07:52 -0400 |
commit | 3fae4210ba620fde5122e4c4f564a85c18901940 (patch) | |
tree | eaeeb5c2d2b8393698b84e6dade70ddd7032d557 /arch/powerpc/boot/dts/mpc834x_mds.dts | |
parent | d985f68e349ef60f69eef269d2f45e90bca619c9 (diff) |
[POWERPC] 83xx: Fix the PCI ranges in the MPC834x_MDS device tree.
The MPC834x_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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc834x_mds.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc834x_mds.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts index 07bcc5194d2b..df773fafe9d1 100644 --- a/arch/powerpc/boot/dts/mpc834x_mds.dts +++ b/arch/powerpc/boot/dts/mpc834x_mds.dts | |||
@@ -223,7 +223,7 @@ | |||
223 | interrupt-parent = < &ipic >; | 223 | interrupt-parent = < &ipic >; |
224 | interrupts = <42 8>; | 224 | interrupts = <42 8>; |
225 | bus-range = <0 0>; | 225 | bus-range = <0 0>; |
226 | ranges = <02000000 0 a0000000 a0000000 0 10000000 | 226 | ranges = <02000000 0 90000000 90000000 0 10000000 |
227 | 42000000 0 80000000 80000000 0 10000000 | 227 | 42000000 0 80000000 80000000 0 10000000 |
228 | 01000000 0 00000000 e2000000 0 00100000>; | 228 | 01000000 0 00000000 e2000000 0 00100000>; |
229 | clock-frequency = <3f940aa>; | 229 | clock-frequency = <3f940aa>; |
@@ -284,7 +284,7 @@ | |||
284 | interrupts = <42 8>; | 284 | interrupts = <42 8>; |
285 | bus-range = <0 0>; | 285 | bus-range = <0 0>; |
286 | ranges = <02000000 0 b0000000 b0000000 0 10000000 | 286 | ranges = <02000000 0 b0000000 b0000000 0 10000000 |
287 | 42000000 0 90000000 90000000 0 10000000 | 287 | 42000000 0 a0000000 a0000000 0 10000000 |
288 | 01000000 0 00000000 e2100000 0 00100000>; | 288 | 01000000 0 00000000 e2100000 0 00100000>; |
289 | clock-frequency = <3f940aa>; | 289 | clock-frequency = <3f940aa>; |
290 | #interrupt-cells = <1>; | 290 | #interrupt-cells = <1>; |