Commit 86a3a7f8 authored by Thierry Reding's avatar Thierry Reding

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: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 959fddf5
......@@ -691,6 +691,7 @@ usb@c5004000 {
#size-cells = <0>;
asix@1 {
compatible = "usbb95,772b";
reg = <1>;
local-mac-address = [00 00 00 00 00 00];
};
......
......@@ -953,6 +953,7 @@ usb@7d004000 {
#size-cells = <0>;
asix@1 {
compatible = "usbb95,772b";
reg = <1>;
local-mac-address = [00 00 00 00 00 00];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment