summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/dts
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-18 19:52:26 -0700
committerSimon Glass <sjg@chromium.org>2016-01-20 19:10:16 -0700
commit3c97c4fb52af9d4da4546cbb8a52bdb6f0d4b57f (patch)
tree3c8c5df8e8f2a1eed705ef2ae350767333f9c8c8 /arch/sandbox/dts
parent3ade5bc4dc24edf5e1f13f3c43a9e8b7f8c2d853 (diff)
downloadtalos-obmc-uboot-3c97c4fb52af9d4da4546cbb8a52bdb6f0d4b57f.tar.gz
talos-obmc-uboot-3c97c4fb52af9d4da4546cbb8a52bdb6f0d4b57f.zip
dm: video: test: Add tests for the video uclass
Add tests that check that the video console is working correcty. Also check that text output produces the expected result. Test coverage includes character output, wrapping and scrolling. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/sandbox/dts')
-rw-r--r--arch/sandbox/dts/test.dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 2e0d320b1e..9b8d658bf3 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -195,6 +195,13 @@
vss-microvolts = <0>;
};
+ lcd {
+ u-boot,dm-pre-reloc;
+ compatible = "sandbox,lcd-sdl";
+ xres = <1366>;
+ yres = <768>;
+ };
+
leds {
compatible = "gpio-leds";
OpenPOWER on IntegriCloud