<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7638.1">
<TITLE>[PATCH] Fix BCSR_SIZE for MPC834xSYS</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>hi!<BR>
<BR>
according to the 'MPC8349E MDS Processor Board User Manual Rev. 1.6 12/2005'<BR>
(table 3-1, p. 28) the size of the BCSR mapping is 32kb.<BR>
<BR>
Signed-off-by: Horst Kronstorfer &lt;hkronsto@frequentis.com&gt;<BR>
<BR>
&nbsp;arch/ppc/platforms/83xx/mpc834x_sys.h |&nbsp;&nbsp;&nbsp; 2 +-<BR>
&nbsp;1 files changed, 1 insertions(+), 1 deletions(-)<BR>
<BR>
diff --git a/arch/ppc/platforms/83xx/mpc834x_sys.h b/arch/ppc/platforms/83xx/mpc<BR>
834x_sys.h<BR>
index aa86c22..6727bbd 100644<BR>
--- a/arch/ppc/platforms/83xx/mpc834x_sys.h<BR>
+++ b/arch/ppc/platforms/83xx/mpc834x_sys.h<BR>
@@ -23,7 +23,7 @@<BR>
&nbsp;#define VIRT_IMMRBAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((uint)0xfe000000)<BR>
<BR>
&nbsp;#define BCSR_PHYS_ADDR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((uint)0xf8000000)<BR>
-#define BCSR_SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((uint)(128 * 1024))<BR>
+#define BCSR_SIZE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((uint)(32 * 1024))<BR>
<BR>
&nbsp;#define BCSR_MISC_REG2_OFF&nbsp;&nbsp;&nbsp;&nbsp; 0x07<BR>
&nbsp;#define BCSR_MISC_REG2_PORESET 0x01<BR>
<BR>
-h<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>