summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-07-31 15:55:30 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2013-07-31 15:55:30 +0200
commitd7b28ef0bc21b327718d440c3c740118cfd5cb25 (patch)
tree37f031935c0b58a603d8dfa82756d0bce6807cab
parentbf90d2cdddc6398095c75b5105f7455431e63417 (diff)
apalis_t30: allow for jumper-less ACM operation
Allow for jumper-less ACM operation by defaulting to 0x20 I2C address.
-rw-r--r--arch/arm/mach-tegra/board-apalis_t30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/board-apalis_t30.c b/arch/arm/mach-tegra/board-apalis_t30.c
index 73c218dd2a40..1f30b0c81554 100644
--- a/arch/arm/mach-tegra/board-apalis_t30.c
+++ b/arch/arm/mach-tegra/board-apalis_t30.c
@@ -119,7 +119,7 @@ static struct tegra_camera_platform_data tegra_camera_platform_data = {
#if defined(CONFIG_SOC_CAMERA_MAX9526) || defined(CONFIG_SOC_CAMERA_MAX9526_MODULE)
static struct i2c_board_info camera_i2c_max9526 = {
- I2C_BOARD_INFO("max9526", 0x21),
+ I2C_BOARD_INFO("max9526", 0x20),
};
static struct soc_camera_link iclink_max9526 = {