[U-Boot] [PATCH 13/18] dm: test: Add a test for the LED uclass
Simon Glass
sjg at chromium.org
Sat Jul 18 01:58:55 CEST 2015
On 6 July 2015 at 12:54, Simon Glass <sjg at chromium.org> wrote:
> Add a test to confirm that we can adjust LEDs using the led_gpio driver.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> arch/sandbox/dts/test.dts | 14 +++++++++
> configs/sandbox_defconfig | 2 ++
> drivers/led/led_gpio.c | 6 ++++
> test/dm/Makefile | 1 +
> test/dm/led.c | 72 +++++++++++++++++++++++++++++++++++++++++++++++
> 5 files changed, 95 insertions(+)
> create mode 100644 test/dm/led.c
Applied to u-boot-dm.
More information about the U-Boot
mailing list