diff options
author | Bin Meng | 2018-10-15 02:21:26 -0700 |
---|---|---|
committer | Simon Glass | 2018-11-14 09:16:28 -0800 |
commit | 4f89d4947c9ecb2e859f70a6aed2e0c18d63fb54 (patch) | |
tree | ca46eea8d5603ccef536cf296eb861f6d41226c4 /arch/sandbox | |
parent | 640aae0fb1f8b5741e62782cf06fc0f1beb0f612 (diff) |
test: dm: virtio: Add test cases for virtio uclass
Now that we have a sandbox virtio transport driver, add some test
cases to test virtio uclass driver.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/sandbox')
-rw-r--r-- | arch/sandbox/dts/test.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts index 71d1b390225..6b54115f9b2 100644 --- a/arch/sandbox/dts/test.dts +++ b/arch/sandbox/dts/test.dts @@ -716,6 +716,14 @@ sandbox_tee { compatible = "sandbox,tee"; }; + + sandbox_virtio1 { + compatible = "sandbox,virtio1"; + }; + + sandbox_virtio2 { + compatible = "sandbox,virtio2"; + }; }; #include "sandbox_pmic.dtsi" |