Skip to content

Commit

Permalink
sandbox: add missing compatible property in device tree
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
xypron authored and sjg20 committed Dec 10, 2019
1 parent 520f955 commit 15ab77c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions arch/sandbox/dts/sandbox.dts
Expand Up @@ -6,6 +6,7 @@
#address-cells = <1>;
#size-cells = <1>;
model = "sandbox";
compatible = "sandbox";

aliases {
i2c0 = &i2c_0;
Expand Down
1 change: 1 addition & 0 deletions arch/sandbox/dts/sandbox64.dts
Expand Up @@ -6,6 +6,7 @@
#address-cells = <2>;
#size-cells = <2>;
model = "sandbox";
compatible = "sandbox";

aliases {
i2c0 = &i2c_0;
Expand Down

0 comments on commit 15ab77c

Please sign in to comment.