summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMario Six <[email protected]>2018-07-31 11:44:13 +0200
committerSimon Glass <[email protected]>2018-09-29 11:49:35 -0600
commite6fd0181082a04e743a07ebd9f6fdd0e06dc1399 (patch)
treed552e2aa2fbe7bb6e4ea4ff6b262696d04f0b4d9 /arch
parent6238ae4d60476dd7535b781ef3f255f676851283 (diff)
test: Add tests for board uclass
Add tests for the new board uclass. Reviewed-by: Simon Glass <[email protected]> Signed-off-by: Mario Six <[email protected]>
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 b8524e3b7d6..751c13b51da 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -642,6 +642,10 @@
};
};
};
+
+ board {
+ compatible = "sandbox,board_sandbox";
+ };
};
#include "sandbox_pmic.dtsi"