[U-Boot] [PATCH V2 1/8] led: add initial support for bcm6858

Daniel Schwierzeck daniel.schwierzeck at gmail.com
Fri Mar 29 19:15:30 UTC 2019



Am 22.03.19 um 17:02 schrieb Philippe Reynes:
> The driver add the support of the led IP on bcm6858.
> This led IP can drive up to 32 leds, and can handle
> blinking.
> 
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
> Changelog:
> v2:
> - use const for array bcm6858_flash_rate (thanks Daniel)
> - use int for array bcm6858_flash_rate (thanks Daniel)
> 
>  doc/device-tree-bindings/leds/leds-bcm6858.txt |  51 +++++
>  drivers/led/Kconfig                            |   7 +
>  drivers/led/Makefile                           |   1 +
>  drivers/led/led_bcm6858.c                      | 250 +++++++++++++++++++++++++
>  4 files changed, 309 insertions(+)
>  create mode 100644 doc/device-tree-bindings/leds/leds-bcm6858.txt
>  create mode 100644 drivers/led/led_bcm6858.c
> 

Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck at gmail.com>
-- 
- Daniel


More information about the U-Boot mailing list