Skip to content

Commit

Permalink
ARM: s5pv210: herring: Add gp2a max and fuzz values
Browse files Browse the repository at this point in the history
Change-Id: Ieb9a3ebf772c5245219e3ad1c7a04e5762d5ad13
Signed-off-by: Arve Hjønnevåg <arve@android.com>
  • Loading branch information
arve-android committed Nov 18, 2011
1 parent 00965c6 commit 22c0b09
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion arch/arm/mach-s5pv210/mach-herring.c
Expand Up @@ -3074,7 +3074,9 @@ static int gp2a_light_adc_value(void)
static struct gp2a_platform_data gp2a_pdata = {
.power = gp2a_power,
.p_out = GPIO_PS_VOUT,
.light_adc_value = gp2a_light_adc_value
.light_adc_value = gp2a_light_adc_value,
.light_adc_max = 4095,
.light_adc_fuzz = 64,
};

static struct i2c_board_info i2c_devs11[] __initdata = {
Expand Down

0 comments on commit 22c0b09

Please sign in to comment.