[U-Boot] [PATCH] 85xx: Fix MPC85xx_PORDEVSR_IO_SEL mask for MPC8572

Peter Tyser ptyser at xes-inc.com
Mon Oct 27 20:22:33 CET 2008


Signed-off-by: Peter Tyser <ptyser at xes-inc.com>
---
 include/asm-ppc/immap_85xx.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/asm-ppc/immap_85xx.h b/include/asm-ppc/immap_85xx.h
index ad30099..4a0429e 100644
--- a/include/asm-ppc/immap_85xx.h
+++ b/include/asm-ppc/immap_85xx.h
@@ -1568,7 +1568,11 @@ typedef struct ccsr_gur {
 #define MPC85xx_PORDEVSR_SGMII3_DIS	0x08000000
 #define MPC85xx_PORDEVSR_SGMII4_DIS	0x04000000
 #define MPC85xx_PORDEVSR_SRDS2_IO_SEL   0x38000000
+#ifdef CONFIG_MPC8572
+#define MPC85xx_PORDEVSR_IO_SEL		0x00780000
+#else
 #define MPC85xx_PORDEVSR_IO_SEL		0x00380000
+#endif
 #define MPC85xx_PORDEVSR_PCI2_ARB	0x00040000
 #define MPC85xx_PORDEVSR_PCI1_ARB	0x00020000
 #define MPC85xx_PORDEVSR_PCI1_PCI32	0x00010000
-- 
1.6.0.2.GIT



More information about the U-Boot mailing list