projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16787b4
)
[POWERPC] 85xx: Fix the size of qe muram for MPC8568E
author
Haiying Wang
<Haiying.Wang@freescale.com>
Thu, 17 Apr 2008 12:56:02 +0000
(08:56 -0400)
committer
Kumar 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
patch
|
blob
|
history
diff --git
a/arch/powerpc/boot/dts/mpc8568mds.dts
b/arch/powerpc/boot/dts/mpc8568mds.dts
index c47d69e2e6f0deb0baef7ab06e0cbf1346212766..a025a8ededc5706277795ca44d7997aa722e1187 100644
(file)
--- a/
arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/
arch/powerpc/boot/dts/mpc8568mds.dts
@@
-291,12
+291,12
@@
#address-cells = <1>;
#size-cells = <1>;
compatible = "fsl,qe-muram", "fsl,cpm-muram";
- ranges = <0x0 0x10000 0x
c
000>;
+ ranges = <0x0 0x10000 0x
10
000>;
data-only@0 {
compatible = "fsl,qe-muram-data",
"fsl,cpm-muram-data";
- reg = <0x0 0x
c
000>;
+ reg = <0x0 0x
10
000>;
};
};