rk3026: ft_test: update parameter of pwm
authorchenxing <chenxing@rock-chips.com>
Tue, 15 Oct 2013 06:29:02 +0000 (14:29 +0800)
committerchenxing <chenxing@rock-chips.com>
Tue, 15 Oct 2013 06:29:16 +0000 (14:29 +0800)
arch/arm/plat-rk/rk_pm_tests/ft/ft_pwm.c

index 10cb1eb0a688828f2fc2fa49ff4e2b7dd5d7590b..0ac6f2fb4abdcb1dd959bea3998e4c6889d64ab9 100644 (file)
@@ -61,15 +61,15 @@ struct ft_pwm_data {
 static struct ft_pwm_data ft_pwm[2] = {
        {
                .pwm_id = 0,
-               .min_uV = 820000,
+               .min_uV = 830000,
                .max_uV = 1380000,
-               .coefficient = 560,     //56%
+               .coefficient = 550,     //(550 * 10)uV every 1% duty cycle
                .pwm_voltage_map = pwm_voltage_map,
        }, {
                .pwm_id = 1,
-               .min_uV = 820000,
+               .min_uV = 830000,
                .max_uV = 1380000,
-               .coefficient = 560,     //56%
+               .coefficient = 550,     //(550 * 10)uV every 1% duty cycle
                .pwm_voltage_map = pwm_voltage_map,
        },
 };