ARM: tegra: Add compatible string for built-in ASIX on Colibri boards

The device tree node for the built-in ASIX Ethernet device on Colibri
boards needs a compatible string in order to pass DT schema validation.
Add the USB VID,PID compatible string as required by the DT schema for
USB devices.

Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding 2021-12-07 13:51:33 +01:00
parent 959fddf537
commit 86a3a7f8a4
2 changed files with 2 additions and 0 deletions

View File

@ -691,6 +691,7 @@
#size-cells = <0>;
asix@1 {
compatible = "usbb95,772b";
reg = <1>;
local-mac-address = [00 00 00 00 00 00];
};

View File

@ -953,6 +953,7 @@
#size-cells = <0>;
asix@1 {
compatible = "usbb95,772b";
reg = <1>;
local-mac-address = [00 00 00 00 00 00];
};