diff options
| author | mattis fjallstrom <mattis@acm.org> | 2016-04-21 18:00:59 -0700 |
|---|---|---|
| committer | mattis fjallstrom <mattis@acm.org> | 2016-04-21 18:00:59 -0700 |
| commit | 4ce93efa724f043aa1a0725f582d01d1693b1812 (patch) | |
| tree | 527e52b867958fc0a42a573556e78fed86b3cad5 | |
| parent | 0c87e3a91a4a642f41b0e68e9c7d4ebe03c99246 (diff) | |
| download | olio-linux-3.10-4ce93efa724f043aa1a0725f582d01d1693b1812.tar.xz olio-linux-3.10-4ce93efa724f043aa1a0725f582d01d1693b1812.zip | |
Changed times used for increasing / decreasing brightness.
Change-Id: I1cbcb84374949d4ec74c65245b8761d8497ea365
| -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 7915962e45b..a83a3416f06 100644 --- a/arch/arm/mach-omap2/board-omap3h1.c +++ b/arch/arm/mach-omap2/board-omap3h1.c @@ -228,8 +228,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_1ms, /* LM3530_RAMP_TIME_1s, */ - .brt_ramp_rise = LM3530_RAMP_TIME_1ms, /* LM3530_RAMP_TIME_1s, */ + .brt_ramp_fall = LM3530_RAMP_TIME_1s, /* LM3530_RAMP_TIME_1s, */ + .brt_ramp_rise = LM3530_RAMP_TIME_260ms, /* LM3530_RAMP_TIME_1s, */ //.als1_resistor_sel = LM3530_ALS_IMPD_13_53kOhm, //.als2_resistor_sel = LM3530_ALS_IMPD_Z, //.als_vmin = 730, /* mV */ |