public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] powerpc/t1040: fix i2c2 address on t1040qds and t104xrdb
@ 2014-07-01  6:02 Shengzhou Liu
  2014-07-01  7:37 ` Priyanka Jain
  0 siblings, 1 reply; 4+ messages in thread
From: Shengzhou Liu @ 2014-07-01  6:02 UTC (permalink / raw)
  To: u-boot

The base address of I2C2 is 0x118100 instead of 0x119000.

Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
---
 include/configs/T1040QDS.h | 2 +-
 include/configs/T104xRDB.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/T1040QDS.h b/include/configs/T1040QDS.h
index 2215ac8..5b75562 100644
--- a/include/configs/T1040QDS.h
+++ b/include/configs/T1040QDS.h
@@ -443,7 +443,7 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_SYS_FSL_I2C2_SPEED	50000	/* I2C speed in Hz */
 #define CONFIG_SYS_FSL_I2C2_SLAVE	0x7F
 #define CONFIG_SYS_FSL_I2C_OFFSET	0x118000
-#define CONFIG_SYS_FSL_I2C2_OFFSET	0x119000
+#define CONFIG_SYS_FSL_I2C2_OFFSET	0x118100
 
 #define I2C_MUX_PCA_ADDR		0x77
 #define I2C_MUX_PCA_ADDR_PRI		0x77 /* Primary Mux*/
diff --git a/include/configs/T104xRDB.h b/include/configs/T104xRDB.h
index e564cb7..e265786 100644
--- a/include/configs/T104xRDB.h
+++ b/include/configs/T104xRDB.h
@@ -441,7 +441,7 @@
 #define CONFIG_SYS_FSL_I2C2_SPEED	400000	/* I2C speed in Hz */
 #define CONFIG_SYS_FSL_I2C2_SLAVE	0x7F
 #define CONFIG_SYS_FSL_I2C_OFFSET	0x118000
-#define CONFIG_SYS_FSL_I2C2_OFFSET	0x119000
+#define CONFIG_SYS_FSL_I2C2_OFFSET	0x118100
 
 /* I2C bus multiplexer */
 #define I2C_MUX_PCA_ADDR                0x70
-- 
1.8.0

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

end of thread, other threads:[~2014-07-07  3:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-01  6:02 [U-Boot] [PATCH] powerpc/t1040: fix i2c2 address on t1040qds and t104xrdb Shengzhou Liu
2014-07-01  7:37 ` Priyanka Jain
2014-07-01 23:46   ` York Sun
2014-07-07  3:02     ` Shengzhou.Liu at freescale.com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox