]> git.baikalelectronics.ru Git - uboot.git/commit
led: add initial support for bcm6858
authorPhilippe Reynes <philippe.reynes@softathome.com>
Fri, 22 Mar 2019 16:02:01 +0000 (17:02 +0100)
committerTom Rini <trini@konsulko.com>
Mon, 22 Apr 2019 22:13:24 +0000 (18:13 -0400)
commit8844d974e25e82abb64d6391f8107234bc7c0d6f
tree43d2be6219e56f296764fd4f03b28b9b0e8f1829
parent1e52cb99916f2bb1d2d73bac4e8d5c91b366cf1f
led: add initial support for bcm6858

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@softathome.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
doc/device-tree-bindings/leds/leds-bcm6858.txt [new file with mode: 0644]
drivers/led/Kconfig
drivers/led/Makefile
drivers/led/led_bcm6858.c [new file with mode: 0644]