
18 Jul
2015
18 Jul
'15
1:57 a.m.
On 23 June 2015 at 15:38, Simon Glass sjg@chromium.org wrote:
Add a simple driver which allows use of LEDs attached to GPIOs. The linux device tree binding is used.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v3: None Changes in v2: None
doc/device-tree-bindings/leds/leds-gpio.txt | 52 ++++++++++++++ drivers/led/Kconfig | 9 +++ drivers/led/Makefile | 1 + drivers/led/led_gpio.c | 101 ++++++++++++++++++++++++++++ 4 files changed, 163 insertions(+) create mode 100644 doc/device-tree-bindings/leds/leds-gpio.txt create mode 100644 drivers/led/led_gpio.c
Applied to u-boot-dm.