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)
commitd00c6a2d5634eeb58d15746fce8ddc4cfc76eaee
tree43d2be6219e56f296764fd4f03b28b9b0e8f1829
parent98ffbb78e12646a1d06236ad6a1893217f255aae
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]