]> git.ipfire.org Git - people/ms/u-boot.git/commit - test/dm/led.c
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)
committerSimon Glass <sjg@chromium.org>
Tue, 21 Jul 2015 23:39:32 +0000 (17:39 -0600)
commit3c43fba3d240a5d7b6042bfb834c274a8921ebd8
treeb31c4d5ec04ad38ba87bce734c21be273384dd7e
parentfb8a5ffc77597a99678dbd5077f29ec9df54bdbe
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]