]> git.baikalelectronics.ru Git - uboot.git/commit
test: panel: Add a test for the panel uclass
authorSimon Glass <sjg@chromium.org>
Mon, 1 Oct 2018 18:22:40 +0000 (12:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Oct 2018 10:40:27 +0000 (04:40 -0600)
commite96b9f718f1982ca4dfe314144b8adb663c5a718
tree1ce98cc7c8752f59280d131a8ad0cb2c32ac6071
parentb1f1a9e71b423103bad56e61d51dbf7d9a404a9b
test: panel: Add a test for the panel uclass

At present this uclass has no tests. Add a simple one which checks the PWM
configuration, regulator and GPIO.

Signed-off-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/sandbox_pmic.dtsi
arch/sandbox/dts/test.dts
arch/sandbox/include/asm/test.h
drivers/pwm/sandbox_pwm.c
test/dm/Makefile
test/dm/panel.c [new file with mode: 0644]