commit | 9e9a530a61c01e412a239d8c211d5b1e26b578fa | [log] [tgz] |
---|---|---|
author | Pragnesh Patel <pragnesh.patel@sifive.com> | Tue Dec 22 11:30:05 2020 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 18 15:23:06 2021 -0500 |
tree | cc2c5f125fba8721f5546c21594bb1c637a0c1b2 | |
parent | 2767d881f031124b2193ab33b32e48b29c6e18e1 [diff] |
cmd: Add a pwm command 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>