fixes problem in setting bl_pwm output freq 20K

last commit is 9aeb6ccfc7
This commit is contained in:
XieKedi
2013-01-11 14:30:04 +08:00
parent 9aeb6ccfc7
commit fb04ada114

View 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,