Re: FW: [PATCH] pwm: sifive: make set_config() and set_enable() work properly

12 May
2021
12 May
'21
2:32 a.m.
From: U-Boot u-boot-bounces@lists.denx.de On Behalf Of Vincent Chen Sent: Monday, May 03, 2021 3:27 PM To: sjg@chromium.org; hs@denx.de Cc: u-boot@lists.denx.de; Vincent Chen vincent.chen@sifive.com Subject: [PATCH] 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
drivers/pwm/pwm-sifive.c | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-)
Reviewed-by: Rick Chen rick@andestech.com
1458
Age (days ago)
1458
Last active (days ago)
0 comments
1 participants
participants (1)
-
Rick Chen