mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-09 16:56:58 +02:00
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>
This commit is contained in:
parent
520f955902
commit
15ab77c203
@ -6,6 +6,7 @@
|
|||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
model = "sandbox";
|
model = "sandbox";
|
||||||
|
compatible = "sandbox";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
i2c0 = &i2c_0;
|
i2c0 = &i2c_0;
|
||||||
|
@ -6,6 +6,7 @@
|
|||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
model = "sandbox";
|
model = "sandbox";
|
||||||
|
compatible = "sandbox";
|
||||||
|
|
||||||
aliases {
|
aliases {
|
||||||
i2c0 = &i2c_0;
|
i2c0 = &i2c_0;
|
||||||
|
Loading…
Reference in New Issue
Block a user