[U-Boot] [PATCH v3 24/54] dm: led: Add a driver for GPIO-controlled LEDs

Simon Glass sjg at chromium.org
Sat Jul 18 01:57:00 CEST 2015


On 23 June 2015 at 15:38, Simon Glass <sjg at 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 at 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.


More information about the U-Boot mailing list