
10 Oct
2018
10 Oct
'18
1:54 a.m.
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 | 2 +- arch/sandbox/dts/test.dts | 20 +++++++++++- arch/sandbox/include/asm/test.h | 15 +++++++++ drivers/pwm/sandbox_pwm.c | 25 +++++++++++++++ test/dm/Makefile | 1 + test/dm/panel.c | 50 ++++++++++++++++++++++++++++++ 6 files changed, 111 insertions(+), 2 deletions(-) create mode 100644 test/dm/panel.c
Applied to u-boot-dm