]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] 85xx: Fix the size of qe muram for MPC8568E
authorHaiying Wang <Haiying.Wang@freescale.com>
Thu, 17 Apr 2008 12:56:02 +0000 (08:56 -0400)
committerKumar Gala <galak@kernel.crashing.org>
Thu, 17 Apr 2008 14:52:18 +0000 (09:52 -0500)
MPC8568E has 64K byte MURAM, so the size should be 0x10000, not 0xc000.

Signed-off-by: Haiying Wang <Haiying.Wang@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/mpc8568mds.dts

index c47d69e2e6f0deb0baef7ab06e0cbf1346212766..a025a8ededc5706277795ca44d7997aa722e1187 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <1>;
                        compatible = "fsl,qe-muram", "fsl,cpm-muram";
-                       ranges = <0x0 0x10000 0xc000>;
+                       ranges = <0x0 0x10000 0x10000>;
 
                        data-only@0 {
                                compatible = "fsl,qe-muram-data",
                                             "fsl,cpm-muram-data";
-                               reg = <0x0 0xc000>;
+                               reg = <0x0 0x10000>;
                        };
                };