diff options
author | Philippe Reynes | 2019-03-22 17:02:01 +0100 |
---|---|---|
committer | Tom Rini | 2019-04-22 18:13:24 -0400 |
commit | d00c6a2d5634eeb58d15746fce8ddc4cfc76eaee (patch) | |
tree | 43d2be6219e56f296764fd4f03b28b9b0e8f1829 /drivers/led/Makefile | |
parent | 98ffbb78e12646a1d06236ad6a1893217f255aae (diff) |
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>
Diffstat (limited to 'drivers/led/Makefile')
-rw-r--r-- | drivers/led/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/led/Makefile b/drivers/led/Makefile index 160a8f3ae8d..3654dd3c04b 100644 --- a/drivers/led/Makefile +++ b/drivers/led/Makefile @@ -6,4 +6,5 @@ obj-y += led-uclass.o obj-$(CONFIG_LED_BCM6328) += led_bcm6328.o obj-$(CONFIG_LED_BCM6358) += led_bcm6358.o +obj-$(CONFIG_LED_BCM6858) += led_bcm6858.o obj-$(CONFIG_$(SPL_)LED_GPIO) += led_gpio.o |