diff options
author | Simon Glass | 2015-11-08 23:48:08 -0700 |
---|---|---|
committer | Simon Glass | 2015-11-19 20:27:52 -0700 |
commit | bff1a71ede3557cd5502afdb74aabe9599d6f96b (patch) | |
tree | 537f0058c11f489beba99ab5b807b74e62923b8a /arch | |
parent | 460a7172852033a1b897a61e954d1e3f1c32285f (diff) |
dm: test: usb: sandbox: Add keyboard tests for sandbox
Add a test that verifies that USB keyboards work correctly on sandbox.
This verifies some additional parts of the USB stack.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-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 52749c07050..b6d9a15da4a 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -325,6 +325,11 @@ sandbox,filepath = "testflash2.bin"; }; + keyb@3 { + reg = <3>; + compatible = "sandbox,usb-keyb"; + }; + }; }; }; |