arm64: tegra: Add missing compatible string to Ethernet USB device

According to the DT schema in usb-device.yaml, each USB device node
needs a compatible string, so add one for the built-in USB Ethernet
device on Jetson TX1.

Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Thierry Reding
2022-11-03 12:35:48 +01:00
parent 6f380a4ec0
commit b8f44643d6

View File

@@ -1368,6 +1368,7 @@
#size-cells = <0>;
ethernet@1 {
compatible = "usb955,9ff";
reg = <1>;
};
};