Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Scott Wood and committed by
Kumar Gala
3fae4210 d985f68e

+2 -2
+2 -2
arch/powerpc/boot/dts/mpc834x_mds.dts
··· 223 223 interrupt-parent = < &ipic >; 224 224 interrupts = <42 8>; 225 225 bus-range = <0 0>; 226 - ranges = <02000000 0 a0000000 a0000000 0 10000000 226 + ranges = <02000000 0 90000000 90000000 0 10000000 227 227 42000000 0 80000000 80000000 0 10000000 228 228 01000000 0 00000000 e2000000 0 00100000>; 229 229 clock-frequency = <3f940aa>; ··· 284 284 interrupts = <42 8>; 285 285 bus-range = <0 0>; 286 286 ranges = <02000000 0 b0000000 b0000000 0 10000000 287 - 42000000 0 90000000 90000000 0 10000000 287 + 42000000 0 a0000000 a0000000 0 10000000 288 288 01000000 0 00000000 e2100000 0 00100000>; 289 289 clock-frequency = <3f940aa>; 290 290 #interrupt-cells = <1>;