Commit d985f68e authored by Scott Wood's avatar Scott Wood Committed by Kumar Gala

[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: default avatarScott Wood <scottwood@freescale.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 1bda8f30
...@@ -146,7 +146,7 @@ c000 0 0 3 &ipic 17 8 ...@@ -146,7 +146,7 @@ c000 0 0 3 &ipic 17 8
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
interrupts = <42 8>; interrupts = <42 8>;
bus-range = <0 0>; bus-range = <0 0>;
ranges = <02000000 0 a0000000 90000000 0 10000000 ranges = <02000000 0 90000000 90000000 0 10000000
42000000 0 80000000 80000000 0 10000000 42000000 0 80000000 80000000 0 10000000
01000000 0 00000000 d0000000 0 00100000>; 01000000 0 00000000 d0000000 0 00100000>;
clock-frequency = <0>; clock-frequency = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment