pwm: meson: don't disable pwm when setting duty repeatedly
authorbichao.zheng <bichao.zheng@amlogic.com>
Fri, 6 Jul 2018 08:56:33 +0000 (16:56 +0800)
committerBo Yang <bo.yang@amlogic.com>
Mon, 16 Jul 2018 08:11:54 +0000 (01:11 -0700)
commit11573cdb34ec790c3dd6f860442be4f7b4d651d5
tree9b88356bb672f3f4b580ae22e464845905d489db
parent1d6a58a251101a9640d7036b8b366a4570f5597e
pwm: meson: don't disable pwm when setting duty repeatedly

PD#169687: pwm: meson: don't disable pwm when setting duty repeatedly

There is an abnormally low about 20ms,when setting duty repeatedly.
Because setting the duty will disable pwm and then enable.Delete
this operation now.

Change-Id: I4bca5e61b4782da3160c14d8c73cd913d7e21db3
Signed-off-by: bichao.zheng <bichao.zheng@amlogic.com>
drivers/amlogic/pwm/pwm_meson.c