summaryrefslogtreecommitdiff
path: root/arch/arm/mach-omap2/board-omap3h1.c
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2015-07-31 11:30:09 -0700
committerEvan Wilson <evan@oliodevices.com>2015-07-31 11:36:32 -0700
commit96c073888c2a35f6133b109b333cedec6da4910b (patch)
tree114e10c66740c7ab6f3583edcb9e4bcc19857451 /arch/arm/mach-omap2/board-omap3h1.c
parent8792368f07601d6079875dabe4b6bba1031ca88e (diff)
downloadolio-linux-3.10-96c073888c2a35f6133b109b333cedec6da4910b.tar.xz
olio-linux-3.10-96c073888c2a35f6133b109b333cedec6da4910b.zip
Temporary fixes to the display driver, so that the kernel will sleep
WARNING: It takes several attempts before a successful suspend, so this commit is not power efficient Change-Id: I1825e1fcf12185181c060b635eef57ec63f4ef52
Diffstat (limited to 'arch/arm/mach-omap2/board-omap3h1.c')
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c4
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 7eaceb7fd10..6f089952c8f 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -204,8 +204,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_1s, /* LM3530_RAMP_TIME_1s, */
- .brt_ramp_rise = LM3530_RAMP_TIME_1s, /* LM3530_RAMP_TIME_1s, */
+ .brt_ramp_fall = LM3530_RAMP_TIME_1ms, /* LM3530_RAMP_TIME_1s, */
+ .brt_ramp_rise = LM3530_RAMP_TIME_1ms, /* LM3530_RAMP_TIME_1s, */
//.als1_resistor_sel = LM3530_ALS_IMPD_13_53kOhm,
//.als2_resistor_sel = LM3530_ALS_IMPD_Z,
//.als_vmin = 730, /* mV */