aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot
diff options
context:
space:
mode:
authorHaiying Wang <Haiying.Wang@freescale.com>2008-04-17 08:56:02 -0400
committerKumar Gala <galak@kernel.crashing.org>2008-04-17 10:52:18 -0400
commit8bdf573334102f44c7ad191422baf851fecf25e8 (patch)
treee7dd0239a639b1e6d52d6ae775922f71d4465ef7 /arch/powerpc/boot
parent16787b430dde9431445fd0874409adbb26558a2e (diff)
[POWERPC] 85xx: Fix the size of qe muram for MPC8568E
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>
Diffstat (limited to 'arch/powerpc/boot')
-rw-r--r--arch/powerpc/boot/dts/mpc8568mds.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
index c47d69e2e6f0..a025a8ededc5 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -291,12 +291,12 @@
291 #address-cells = <1>; 291 #address-cells = <1>;
292 #size-cells = <1>; 292 #size-cells = <1>;
293 compatible = "fsl,qe-muram", "fsl,cpm-muram"; 293 compatible = "fsl,qe-muram", "fsl,cpm-muram";
294 ranges = <0x0 0x10000 0xc000>; 294 ranges = <0x0 0x10000 0x10000>;
295 295
296 data-only@0 { 296 data-only@0 {
297 compatible = "fsl,qe-muram-data", 297 compatible = "fsl,qe-muram-data",
298 "fsl,cpm-muram-data"; 298 "fsl,cpm-muram-data";
299 reg = <0x0 0xc000>; 299 reg = <0x0 0x10000>;
300 }; 300 };
301 }; 301 };
302 302