summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPragnesh Patel <pragnesh.patel@sifive.com>2020-12-22 09:00:05 +0300
committerTom Rini <trini@konsulko.com>2021-01-18 23:23:06 +0300
commit9e9a530a61c01e412a239d8c211d5b1e26b578fa (patch)
treecc2c5f125fba8721f5546c21594bb1c637a0c1b2 /README
parent2767d881f031124b2193ab33b32e48b29c6e18e1 (diff)
downloadu-boot-9e9a530a61c01e412a239d8c211d5b1e26b578fa.tar.xz
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>
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 5ca11f25ee..89606c8add 100644
--- a/README
+++ b/README
@@ -3153,6 +3153,7 @@ i2c - I2C sub-system
sspi - SPI utility commands
base - print or set address offset
printenv- print environment variables
+pwm - control pwm channels
setenv - set environment variables
saveenv - save environment variables to persistent storage
protect - enable or disable FLASH write protection