[PATCH for 2.6.26] Fix the size of qe muram for MPC8568E

Haiying Wang Haiying.Wang at freescale.com
Thu Apr 17 22:56:02 EST 2008


MPC8568E has 64K byte MURAM, so the size should be 0x10000, not 0xc000 in dts.

Signed-off-by: Haiying Wang <Haiying.Wang at freescale.com>
---
 arch/powerpc/boot/dts/mpc8568mds.dts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts b/arch/powerpc/boot/dts/mpc8568mds.dts
index c47d69e..a025a8e 100644
--- 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 0xc000>;
+			ranges = <0x0 0x10000 0x10000>;
 
 			data-only at 0 {
 				compatible = "fsl,qe-muram-data",
 					     "fsl,cpm-muram-data";
-				reg = <0x0 0xc000>;
+				reg = <0x0 0x10000>;
 			};
 		};
 
-- 
1.5.3.rc3.13.g7ab3






More information about the Linuxppc-dev mailing list