From d7b28ef0bc21b327718d440c3c740118cfd5cb25 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Wed, 31 Jul 2013 15:55:30 +0200 Subject: apalis_t30: allow for jumper-less ACM operation Allow for jumper-less ACM operation by defaulting to 0x20 I2C address. --- arch/arm/mach-tegra/board-apalis_t30.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = { -- cgit v1.2.3