diff options
author | Mario Six <mario.six@gdsys.cc> | 2018-09-27 09:19:31 +0200 |
---|---|---|
committer | Anatolij Gustschin <agust@denx.de> | 2018-09-28 18:26:52 +0200 |
commit | 4eea531859edc7e23fcffadee47757a0c6e0959f (patch) | |
tree | 37015231606c0df658d57485468e3a49ccbee792 /arch/sandbox/dts/test.dts | |
parent | 9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (diff) |
video_osd: Add osd sandbox driver and tests
Add sandbox driver and tests for the new OSD uclass.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox/dts/test.dts')
-rw-r--r-- | arch/sandbox/dts/test.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index b8524e3b7d..cfa47bcd0d 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -37,6 +37,7 @@ usb1 = &usb_1; usb2 = &usb_2; axi0 = &axi; + osd0 = "/osd"; }; a-test { @@ -642,6 +643,10 @@ }; }; }; + + osd { + compatible = "sandbox,sandbox_osd"; + }; }; #include "sandbox_pmic.dtsi" |