fixes problem in setting bl_pwm output freq 20K
authorXieKedi <xkd@rock-chips.com>
Fri, 11 Jan 2013 06:30:04 +0000 (14:30 +0800)
committerXieKedi <xkd@rock-chips.com>
Fri, 11 Jan 2013 06:30:04 +0000 (14:30 +0800)
last commit is 9aeb6ccfc7

arch/arm/mach-rk30/board-rk3168-ds1006h.c

index acdac9fe1de32294f315229c9fe8c23e3f0ef674..421e99cab20e5f614017ac24dcd8acd93abc9b4e 100644 (file)
@@ -206,7 +206,7 @@ static int rk29_backlight_pwm_resume(void)
 
 static struct rk29_bl_info rk29_bl_info = {
         .min_brightness = 30,
-       .pre_div = 20 * 000,  // pwm output clk: 20k;
+       .pre_div = 20 * 1000,  // pwm output clk: 20k;
        .pwm_id = PWM_ID,
        .bl_ref = PWM_EFFECT_VALUE,
        .io_init = rk29_backlight_io_init,