diff options
| author | mattis fjallstrom <mattis@acm.org> | 2015-03-24 18:37:15 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2015-03-24 18:37:15 -0700 |
| commit | c926c68ff28f6fe24162cca05383e1c875b1fa32 (patch) | |
| tree | ddd092994bfceafc3986edf8bdb9837c7e35c9f5 /arch/arm/mach-omap2/board-omap3h1.c | |
| parent | ac405758578f32590e53b5dd028002858848986d (diff) | |
| download | olio-linux-3.10-c926c68ff28f6fe24162cca05383e1c875b1fa32.tar.xz olio-linux-3.10-c926c68ff28f6fe24162cca05383e1c875b1fa32.zip | |
Setting light ramp and fall to 1 second again, to make it appear smooth together with Android.
Change-Id: I8a11ff825ec8c056acddfdb53f78b1c68cc18e5a
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c index 10f99784346..57672948fdb 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -171,8 +171,8 @@ static struct lm3530_platform_data omap3h1_backlight_platform_data = { //.pwm_pol_hi = true, //.als_avrg_time = LM3530_ALS_AVRG_TIME_512ms, .brt_ramp_law = 0, - .brt_ramp_fall = LM3530_RAMP_TIME_130ms, /* LM3530_RAMP_TIME_1s, */ - .brt_ramp_rise = LM3530_RAMP_TIME_130ms, /* LM3530_RAMP_TIME_1s, */ + .brt_ramp_fall = LM3530_RAMP_TIME_1s, /* LM3530_RAMP_TIME_1s, */ + .brt_ramp_rise = LM3530_RAMP_TIME_1s, /* LM3530_RAMP_TIME_1s, */ //.als1_resistor_sel = LM3530_ALS_IMPD_13_53kOhm, //.als2_resistor_sel = LM3530_ALS_IMPD_Z, //.als_vmin = 730, /* mV */ |