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)
commit5d9a88f44a93daf623906fee7ca20fa396460ae2
tree1ce98cc7c8752f59280d131a8ad0cb2c32ac6071
parentd07b6e145ec2f0e77aab0fbe15dfd87f40170a8c
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]