projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2d68ac
)
rk3026: ft_test: update parameter of pwm
author
chenxing
<chenxing@rock-chips.com>
Tue, 15 Oct 2013 06:29:02 +0000
(14:29 +0800)
committer
chenxing
<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
patch
|
blob
|
history
diff --git
a/arch/arm/plat-rk/rk_pm_tests/ft/ft_pwm.c
b/arch/arm/plat-rk/rk_pm_tests/ft/ft_pwm.c
index 10cb1eb0a688828f2fc2fa49ff4e2b7dd5d7590b..0ac6f2fb4abdcb1dd959bea3998e4c6889d64ab9 100644
(file)
--- a/
arch/arm/plat-rk/rk_pm_tests/ft/ft_pwm.c
+++ b/
arch/arm/plat-rk/rk_pm_tests/ft/ft_pwm.c
@@
-61,15
+61,15
@@
struct ft_pwm_data {
static struct ft_pwm_data ft_pwm[2] = {
{
.pwm_id = 0,
- .min_uV = 8
2
0000,
+ .min_uV = 8
3
0000,
.max_uV = 1380000,
- .coefficient = 5
60, //56%
+ .coefficient = 5
50, //(550 * 10)uV every 1% duty cycle
.pwm_voltage_map = pwm_voltage_map,
}, {
.pwm_id = 1,
- .min_uV = 8
2
0000,
+ .min_uV = 8
3
0000,
.max_uV = 1380000,
- .coefficient = 5
60, //56%
+ .coefficient = 5
50, //(550 * 10)uV every 1% duty cycle
.pwm_voltage_map = pwm_voltage_map,
},
};