diff options
author | Scott Wood <scottwood@freescale.com> | 2007-05-01 13:48:47 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-05-10 00:06:11 -0400 |
commit | d985f68e349ef60f69eef269d2f45e90bca619c9 (patch) | |
tree | 9b7719648ee4684d6139c4516bce200a3c22afbb /arch | |
parent | 1bda8f3056126ccdbe10c747e00dd9e61cca48ca (diff) |
[POWERPC] 83xx: Fix the PCI ranges in the MPC832x_MDS device tree.
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>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r-- | 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 93b760696010..112dd5198fe2 100644 --- a/arch/powerpc/boot/dts/mpc832x_mds.dts +++ b/arch/powerpc/boot/dts/mpc832x_mds.dts | |||
@@ -146,7 +146,7 @@ | |||
146 | interrupt-parent = < &ipic >; | 146 | interrupt-parent = < &ipic >; |
147 | interrupts = <42 8>; | 147 | interrupts = <42 8>; |
148 | bus-range = <0 0>; | 148 | bus-range = <0 0>; |
149 | ranges = <02000000 0 a0000000 90000000 0 10000000 | 149 | ranges = <02000000 0 90000000 90000000 0 10000000 |
150 | 42000000 0 80000000 80000000 0 10000000 | 150 | 42000000 0 80000000 80000000 0 10000000 |
151 | 01000000 0 00000000 d0000000 0 00100000>; | 151 | 01000000 0 00000000 d0000000 0 00100000>; |
152 | clock-frequency = <0>; | 152 | clock-frequency = <0>; |