summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx28
diff options
context:
space:
mode:
authorAisheng.Dong <b29396@freescale.com>2010-11-04 15:51:29 +0800
committerAisheng.Dong <b29396@freescale.com>2010-11-04 16:06:26 +0800
commit8f0f71c99250214922fa7ae51931da9774a3853d (patch)
tree2da00ae78352e16562bddb306d582aa46af1cfd2 /arch/arm/mach-mx28
parent5b81cadc66c960f85707eb1d8d4e738bb765cc11 (diff)
ENGR00127010-2 mxs: change i2c device address
The original defined i2c device address has been shifted 1 to left because i2c bus driver's limitation. This doesn't make much sense. After driver fix, we define its real address now. Signed-off-by: Aisheng.Dong <b29396@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx28')
-rw-r--r--arch/arm/mach-mx28/mx28evk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx28/mx28evk.c b/arch/arm/mach-mx28/mx28evk.c
index f7dff044c24e..308cace95416 100644
--- a/arch/arm/mach-mx28/mx28evk.c
+++ b/arch/arm/mach-mx28/mx28evk.c
@@ -42,7 +42,7 @@
#include "mx28evk.h"
static struct i2c_board_info __initdata mxs_i2c_device[] = {
- { I2C_BOARD_INFO("sgtl5000-i2c", 0x14), .flags = I2C_M_TEN }
+ { I2C_BOARD_INFO("sgtl5000-i2c", 0xa), .flags = I2C_M_TEN }
};
static void __init i2c_device_init(void)