diff options
| -rw-r--r-- | arch/arm/mach-omap2/board-omap3h1.c | 2 |
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 = { |