]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: test: Add a test for the LED uclass
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2015 18:54:34 +0000 (12:54 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Wed, 9 Sep 2015 11:48:55 +0000 (13:48 +0200)
commit92821bddbd7c4d05472e1476e6789fc7523da97e
tree3051b7a5d7a490792daef4d68341d14af053d105
parent9fe2731d4e590f6ab50811ed6fb946f60c752040
dm: test: Add a test for the LED uclass

Add a test to confirm that we can adjust LEDs using the led_gpio driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
drivers/led/led_gpio.c
test/dm/Makefile
test/dm/led.c [new file with mode: 0644]