commit | eed455c45ec5fdf097102d298cc0377b958dc9b0 | [log] [tgz] |
---|---|---|
author | Vincent Chen <vincent.chen@sifive.com> | Mon May 03 15:26:49 2021 +0800 |
committer | Leo Yu-Chi Liang <ycliang@andestech.com> | Fri May 14 16:25:42 2021 +0800 |
tree | cae415865902417272c19c408ce3095244bc0de3 | |
parent | 72422b9d98a25fcd51c5b8175d40158dfa6b17aa [diff] |
pwm: sifive: make set_config() and set_enable() work properly The pwm_sifive_set_config() and pwm_sifive_set_enable() cannot work properly due to the wrong implementations. It will cause the u-boot PWM command to not work as expected. The bugs will be resolved in this patch. Signed-off-by: Vincent Chen <vincent.chen@sifive.com> Reviewed-by: Rick Chen <rick@andestech.com>