ARM: dts: exynos: Fix Ethernet interface description on Odroid XU3
authorŁukasz Stelmach <l.stelmach@samsung.com>
Tue, 3 Nov 2020 18:44:07 +0000 (19:44 +0100)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 15 Nov 2020 10:37:50 +0000 (11:37 +0100)
Assign appropriate compatible properties matching real USB vendor and
product ID.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Link: https://lore.kernel.org/r/20201103184412.18874-2-l.stelmach@samsung.com
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos5422-odroidxu3.dts

index 53aee3d..cdd3a5f 100644 (file)
        #size-cells = <0>;
 
        hub@1 {
-               compatible = "usb8087,0024";
+               compatible = "usb0424,9514";
                reg = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                ethernet: usbether@1 {
-                       compatible = "usb0c45,6310";
+                       compatible = "usb0424,ec00";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
                };