summaryrefslogtreecommitdiff
path: root/arch/sandbox/dts/sandbox.dts
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2019-11-09 09:39:01 +0100
committerSimon Glass <sjg@chromium.org>2019-12-10 05:42:25 -0700
commit15ab77c2034e243f2a49b6908428779a800052df (patch)
tree4f14fef52dec2fe880918ad744b41082a054d61b /arch/sandbox/dts/sandbox.dts
parent520f9559020894950d4e962aba52220c8a1d6bfe (diff)
sandbox: add missing compatible property in device tree
In the device tree UEFI unit test the compatible property of the device is read. Provide the missing property. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'arch/sandbox/dts/sandbox.dts')
-rw-r--r--arch/sandbox/dts/sandbox.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/dts/sandbox.dts b/arch/sandbox/dts/sandbox.dts
index f1637c80f6..4dd82f6a32 100644
--- a/arch/sandbox/dts/sandbox.dts
+++ b/arch/sandbox/dts/sandbox.dts
@@ -6,6 +6,7 @@
#address-cells = <1>;
#size-cells = <1>;
model = "sandbox";
+ compatible = "sandbox";
aliases {
i2c0 = &i2c_0;