summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Wilson <evan@oliodevices.com>2014-12-16 00:15:13 -0800
committerEvan Wilson <evan@oliodevices.com>2014-12-16 00:15:13 -0800
commit6b29a1d5833bc983a0f72baa3988ea8792628d9f (patch)
treedf0073dfee0336cd293050bc34fc0d1b262b00b2
parent9994772c44cd47afcf9d49d949ad15ad5b9eecf1 (diff)
downloadolio-linux-3.10-6b29a1d5833bc983a0f72baa3988ea8792628d9f.tar.xz
olio-linux-3.10-6b29a1d5833bc983a0f72baa3988ea8792628d9f.zip
mach-omap2: omap3h1: Increased initial display brightness
Change-Id: I87c6651e1941149c9c6e4cb693d274d27e5a1d09
-rw-r--r--arch/arm/mach-omap2/board-omap3h1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-omap3h1.c b/arch/arm/mach-omap2/board-omap3h1.c
index 3cf58ab08e9..5c22de9d30f 100644
--- a/arch/arm/mach-omap2/board-omap3h1.c
+++ b/arch/arm/mach-omap2/board-omap3h1.c
@@ -161,7 +161,7 @@ static struct lm3530_platform_data omap3h1_backlight_platform_data = {
//.als2_resistor_sel = LM3530_ALS_IMPD_Z,
//.als_vmin = 730, /* mV */
//.als_vmax = 1020, /* mV */
- .brt_val = 0x40, /* Max brightness */
+ .brt_val = 0x64, /* initial brightness */
};
static struct mxt_platform_data mxt_data = {