[PATCH] Fix BCSR_SIZE for MPC834xSYS

STALE7486d

2 messages, 2 authors, 2006-02-22 · open the first message on its own page

[PATCH] Fix BCSR_SIZE for MPC834xSYS

From: KRONSTORFER Horst <hidden>
Date: 2006-02-18 10:26:34

hi!

according to the 'MPC8349E MDS Processor Board User Manual Rev. 1.6 12/2005'
(table 3-1, p. 28) the size of the BCSR mapping is 32kb.

Signed-off-by: Horst Kronstorfer <redacted>

 arch/ppc/platforms/83xx/mpc834x_sys.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/platforms/83xx/mpc834x_sys.h
b/arch/ppc/platforms/83xx/mpc
834x_sys.h
index aa86c22..6727bbd 100644
--- a/arch/ppc/platforms/83xx/mpc834x_sys.h
+++ b/arch/ppc/platforms/83xx/mpc834x_sys.h
@@ -23,7 +23,7 @@
 #define VIRT_IMMRBAR           ((uint)0xfe000000)
 
 #define BCSR_PHYS_ADDR         ((uint)0xf8000000)
-#define BCSR_SIZE              ((uint)(128 * 1024))
+#define BCSR_SIZE              ((uint)(32 * 1024))
 
 #define BCSR_MISC_REG2_OFF     0x07
 #define BCSR_MISC_REG2_PORESET 0x01

-h

Re: [PATCH] Fix BCSR_SIZE for MPC834xSYS

From: Kumar Gala <hidden>
Date: 2006-02-22 05:52:31

quoted hunk
hi!

according to the 'MPC8349E MDS Processor Board User Manual Rev. 1.6 12/2005'
(table 3-1, p. 28) the size of the BCSR mapping is 32kb.

Signed-off-by: Horst Kronstorfer <redacted>

 arch/ppc/platforms/83xx/mpc834x_sys.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/ppc/platforms/83xx/mpc834x_sys.h
b/arch/ppc/platforms/83xx/mpc
834x_sys.h
index aa86c22..6727bbd 100644
--- a/arch/ppc/platforms/83xx/mpc834x_sys.h
+++ b/arch/ppc/platforms/83xx/mpc834x_sys.h
@@ -23,7 +23,7 @@
 #define VIRT_IMMRBAR           ((uint)0xfe000000)
 
 #define BCSR_PHYS_ADDR         ((uint)0xf8000000)
-#define BCSR_SIZE              ((uint)(128 * 1024))
+#define BCSR_SIZE              ((uint)(32 * 1024))
 
 #define BCSR_MISC_REG2_OFF     0x07
 #define BCSR_MISC_REG2_PORESET 0x01

In the future please provide patches that apply properly.  The issue is 
your mailer is reformatting the patch.

- kumar
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help