summaryrefslogtreecommitdiffstats
path: root/test/cmd/pwm.c
Commit message (Collapse)AuthorAgeFilesLines
* cmd: Add a pwm commandPragnesh Patel2021-01-181-0/+47
Add the command "pwm" for controlling the pwm channels. This command provides pwm invert/config/enable/disable functionalities via PWM uclass drivers Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Simon Glass <sjg@chromium.org>