]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] 85xx: MPC8548CDS - Fix size of PCIe IO space
authorKumar Gala <galak@kernel.crashing.org>
Fri, 6 Jun 2008 15:35:13 +0000 (10:35 -0500)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 9 Jun 2008 13:45:07 +0000 (08:45 -0500)
Andrew Klossner pointed out the IO space size was in violation of
the alignment requirements for windows on the 85xx.  The size should
have been 1M (to match u-boot).

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8548cds.dts

index fa298a8c81cc11c12d753375d467276f554a5754..4811b8107415cd610e8ea760d4fbdcb0455ebe32 100644 (file)
                interrupts = <26 2>;
                bus-range = <0 255>;
                ranges = <0x2000000 0x0 0xa0000000 0xa0000000 0x0 0x20000000
-                         0x1000000 0x0 0x0 0xe3000000 0x0 0x8000000>;
+                         0x1000000 0x0 0x0 0xe3000000 0x0 0x100000>;
                clock-frequency = <33333333>;
                #interrupt-cells = <1>;
                #size-cells = <2>;
 
                                  0x1000000 0x0 0x0
                                  0x1000000 0x0 0x0
-                                 0x0 0x8000000>;
+                                 0x0 0x100000>;
                };
        };
 };