From 9e9a530a61c01e412a239d8c211d5b1e26b578fa Mon Sep 17 00:00:00 2001 From: Pragnesh Patel Date: Tue, 22 Dec 2020 11:30:05 +0530 Subject: 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 Reviewed-by: Simon Glass --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') 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 -- cgit v1.2.3