rk3188 ds1006h: max_brightness is set to 150
authorwuhao <wuhao@wuhao@rock-chips.com>
Fri, 1 Feb 2013 07:51:50 +0000 (15:51 +0800)
committerwuhao <wuhao@wuhao@rock-chips.com>
Fri, 1 Feb 2013 07:51:50 +0000 (15:51 +0800)
arch/arm/mach-rk3188/board-rk3188-ds1006h.c

index 3924bf4ba265e30f910c17310f2cc572bb9b8647..6e30ca2ff63885b0d29184df6bd2e28fbcbc46e9 100755 (executable)
@@ -200,7 +200,7 @@ static int rk29_backlight_pwm_resume(void)
 
 static struct rk29_bl_info rk29_bl_info = {
         .min_brightness = 65,
-        .max_brightness = 100,
+        .max_brightness = 150,
         .brightness_mode =BRIGHTNESS_MODE_CONIC,
        .pre_div = 40 * 1000,  // pwm output clk: 40k;
        .pwm_id = PWM_ID,