[U-Boot] [PATCH v1] dm: led: add TI LP5562 LED driver

2019-01-10 Thread Doug Zobel
lass.o obj-$(CONFIG_LED_BCM6328) += led_bcm6328.o obj-$(CONFIG_LED_BCM6358) += led_bcm6358.o obj-$(CONFIG_$(SPL_)LED_GPIO) += led_gpio.o +obj-$(CONFIG_LED_LP5562) += led_lp5562.o diff --git a/drivers/led/led_lp5562.c b/drivers/led/led_lp5562.c new file mode 100644 index 000..357b175 --- /d

[U-Boot] [PATCH v1] Add LED driver for TI LP5562 controller

2019-01-10 Thread Doug Zobel
limitations. Doug Zobel (1): dm: led: add TI LP5562 LED driver doc/device-tree-bindings/leds/leds-lp5562.txt | 61 +++ drivers/led/Kconfig | 8 + drivers/led/Makefile | 1 + drivers/led/led_lp5562.c | 571