]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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 f1637c80f640d4871a5e05d4641218966ce65787..4dd82f6a32fd009c6fd9783ec42507afddef4501 100644 (file)
@@ -6,6 +6,7 @@
        #address-cells = <1>;
        #size-cells = <1>;
        model = "sandbox";
+       compatible = "sandbox";
 
        aliases {
                i2c0 = &i2c_0;
index 37a5539ff47fa6cf3bab68c5f4ebab6eda665d62..5c95cee9d7a9fc5c79a269130525b430f795b029 100644 (file)
@@ -6,6 +6,7 @@
        #address-cells = <2>;
        #size-cells = <2>;
        model = "sandbox";
+       compatible = "sandbox";
 
        aliases {
                i2c0 = &i2c_0;