aboutsummaryrefslogtreecommitdiff
path: root/arch/sandbox/dts/test.dts
diff options
context:
space:
mode:
authorBin Meng2018-10-15 02:21:26 -0700
committerSimon Glass2018-11-14 09:16:28 -0800
commit4f89d4947c9ecb2e859f70a6aed2e0c18d63fb54 (patch)
treeca46eea8d5603ccef536cf296eb861f6d41226c4 /arch/sandbox/dts/test.dts
parent640aae0fb1f8b5741e62782cf06fc0f1beb0f612 (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/dts/test.dts')
-rw-r--r--arch/sandbox/dts/test.dts8
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"