All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings
@ 2008-09-10  9:15 Heiko Schocher
  2008-09-10  9:20 ` Wolfgang Denk
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Schocher @ 2008-09-10  9:15 UTC (permalink / raw)
  To: u-boot

           and setup the Portpins for using I2C.

Signed-off-by: Heiko Schocher <hs@denx.de>
---
 board/muas3001/muas3001.c  |    9 +++++++--
 include/configs/muas3001.h |    2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/board/muas3001/muas3001.c b/board/muas3001/muas3001.c
index 0ec451f..157c72d 100644
--- a/board/muas3001/muas3001.c
+++ b/board/muas3001/muas3001.c
@@ -163,8 +163,13 @@ const iop_conf_t iop_conf_tab[4][32] = {
 	/* PD18 */ { 0,          0,   0,   0,   0,   0 }, /* PD18            */
 	/* PD17 */ { 0,          0,   0,   0,   0,   0 }, /* PD17            */
 	/* PD16 */ { 0,          0,   0,   0,   0,   0 }, /* PD16            */
-	/* PD15 */ { 1,          1,   1,   0,   0,   0 }, /* I2C SDA         */
-	/* PD14 */ { 1,          1,   1,   0,   0,   0 }, /* I2C SCL         */
+#if defined(CONFIG_HARD_I2C)
+	/* PD15 */ { 1,          1,   1,   0,   1,   0 }, /* I2C SDA         */
+	/* PD14 */ { 1,          1,   1,   0,   1,   0 }, /* I2C SCL         */
+#else
+	/* PD15 */ { 1,          0,   0,   0,   1,   1 }, /* PD15            */
+	/* PD14 */ { 1,          0,   0,   1,   1,   1 }, /* PD14            */
+#endif
 	/* PD13 */ { 0,          0,   0,   0,   0,   0 }, /* PD13            */
 	/* PD12 */ { 0,          0,   0,   0,   0,   0 }, /* PD12            */
 	/* PD11 */ { 0,          0,   0,   0,   0,   0 }, /* PD11            */
diff --git a/include/configs/muas3001.h b/include/configs/muas3001.h
index bc085b8..a13648b 100644
--- a/include/configs/muas3001.h
+++ b/include/configs/muas3001.h
@@ -395,7 +395,7 @@
 #define CFG_IO_SIZE	1

 #define CFG_BR4_PRELIM	((CFG_IO_BASE & BRx_BA_MSK) |\
-			 BRx_PS_32 | BRx_MS_GPCM_L | BRx_V)
+			 BRx_PS_16 | BRx_MS_GPCM_L | BRx_V)

 #define CFG_OR4_PRELIM	(0xfff80020)

-- 
1.5.6.1

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-10  9:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-10  9:15 [U-Boot] [PATCH] [POWERPC] muas3001: update BR4 settings Heiko Schocher
2008-09-10  9:20 ` Wolfgang Denk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.