aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-07-31 14:24:14 +0200
committerAnatolij Gustschin <agust@denx.de>2018-08-11 16:00:38 +0200
commit004e67c21634d0184eb0b874cbd05d834cb79067 (patch)
tree6b99525bcd56d7f2cd470d3ffb12ecd877e2649a /arch
parent440bc11f2e10dd80c7f5e717bc52daff73091bd5 (diff)
downloadu-boot-004e67c21634d0184eb0b874cbd05d834cb79067.zip
u-boot-004e67c21634d0184eb0b874cbd05d834cb79067.tar.gz
u-boot-004e67c21634d0184eb0b874cbd05d834cb79067.tar.bz2
test: Add tests for misc uclass
Add a set of tests for the misc uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sandbox/dts/test.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 7035646..5522be3 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -285,6 +285,10 @@
mbox-names = "other", "test";
};
+ misc-test {
+ compatible = "sandbox,misc_sandbox";
+ };
+
mmc2 {
compatible = "sandbox,mmc";
};