sandbox: add missing compatible property in device tree
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 9 Nov 2019 08:39:01 +0000 (09:39 +0100)
committerSimon Glass <sjg@chromium.org>
Tue, 10 Dec 2019 12:42:25 +0000 (05:42 -0700)
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>
arch/sandbox/dts/sandbox.dts
arch/sandbox/dts/sandbox64.dts

index f1637c8..4dd82f6 100644 (file)
@@ -6,6 +6,7 @@
        #address-cells = <1>;
        #size-cells = <1>;
        model = "sandbox";
+       compatible = "sandbox";
 
        aliases {
                i2c0 = &i2c_0;
index 37a5539..5c95cee 100644 (file)
@@ -6,6 +6,7 @@
        #address-cells = <2>;
        #size-cells = <2>;
        model = "sandbox";
+       compatible = "sandbox";
 
        aliases {
                i2c0 = &i2c_0;