rk3168_86v: set min brightness

This commit is contained in:
hjc 2013-03-07 11:00:30 +08:00
parent ee23f025c5
commit e8a14c62b8

View File

@ -277,9 +277,9 @@ static int rk29_backlight_pwm_resume(void)
}
static struct rk29_bl_info rk29_bl_info = {
.min_brightness = 30,
.max_brightness=255,
.brightness_mode =1,
.min_brightness = 40,
.max_brightness=255,
.brightness_mode =1,
.pre_div = 20 * 1000, // pwm output clk: 20k;
.pwm_id = PWM_ID,
.bl_ref = PWM_EFFECT_VALUE,