ARM: tegra: Add compatible string for built-in ASIX on Colibri boards
authorThierry Reding <treding@nvidia.com>
Tue, 7 Dec 2021 12:51:33 +0000 (13:51 +0100)
committerThierry Reding <treding@nvidia.com>
Wed, 15 Dec 2021 16:29:19 +0000 (17:29 +0100)
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>
arch/arm/boot/dts/tegra20-colibri.dtsi
arch/arm/boot/dts/tegra30-colibri.dtsi

index 28e22097578d60d4df4f60f50f4f186a07c44518..b1f2f7f82928b92f6381fdd3563c58cb664a7cb0 100644 (file)
                #size-cells = <0>;
 
                asix@1 {
+                       compatible = "usbb95,772b";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00];
                };
index b585831e32128cb8e2e043d348facf6908353844..febcb403412cb468a92662cfee8884a5235016e6 100644 (file)
                #size-cells = <0>;
 
                asix@1 {
+                       compatible = "usbb95,772b";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00];
                };