ARM: dts: exynos: fix compatible strings for Ethernet USB devices
authorOleksij Rempel <o.rempel@pengutronix.de>
Wed, 16 Feb 2022 07:49:24 +0000 (08:49 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:21:28 +0000 (18:21 +0200)
Fix compatible string for Ethernet USB device as required by USB device schema:
 Documentation/devicetree/bindings/usb/usb-device.yaml
  The textual representation of VID and PID shall be in lower case hexadecimal
  with leading zeroes suppressed.

Since there are no kernel driver matching against this compatibles, I
expect no regressions with this patch. At the same time, without this fix, we
are not be able to validate this device nodes with newly provided DT
schema.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20220216074927.3619425-7-o.rempel@pengutronix.de
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm/boot/dts/exynos4412-odroidu3.dts
arch/arm/boot/dts/exynos4412-odroidx.dts
arch/arm/boot/dts/exynos5410-odroidxu.dts
arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts
arch/arm/boot/dts/exynos5422-odroidxu3.dts

index 5ddbb6cbe1bf240a53a274711860b395de9f046b..36c369c42b77c709fdf93b92cbfc4cef7d7ae2bc 100644 (file)
        phy-names = "hsic0", "hsic1";
 
        ethernet: ethernet@2 {
-               compatible = "usb0424,9730";
+               compatible = "usb424,9730";
                reg = <2>;
                local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
        };
index eb063f24b2bb23b100fe5422cd8a73a7378c1daf..1f17cc30ed14a981b3d82c7620fb21df877cd272 100644 (file)
        phy-names = "hsic0";
 
        hub@2 {
-               compatible = "usb0424,3503";
+               compatible = "usb424,3503";
                reg = <2>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                hub@1 {
-                       compatible = "usb0424,9514";
+                       compatible = "usb424,9514";
                        reg = <1>;
                        #address-cells = <1>;
                        #size-cells = <0>;
 
                        ethernet: ethernet@1 {
-                               compatible = "usb0424,ec00";
+                               compatible = "usb424,ec00";
                                reg = <1>;
                                /* Filled in by a bootloader */
                                local-mac-address = [00 00 00 00 00 00];
index c1715123bea0d21b443c3486c6df5dfaef0187ed..d1cbc6b8a5703aa3fe09cd298777864651e7d953 100644 (file)
        #size-cells = <0>;
 
        ethernet: ethernet@2 {
-               compatible = "usb0424,9730";
+               compatible = "usb424,9730";
                reg = <2>;
                local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
        };
index 749f051ffe7085c6c62ff12a7ed2c34426747bac..e3154a1cae230378554fff825dff2716fa3fff74 100644 (file)
        #size-cells = <0>;
 
        hub@1 {
-               compatible = "usb0424,9514";
+               compatible = "usb424,9514";
                reg = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                ethernet: ethernet@1 {
-                       compatible = "usb0424,ec00";
+                       compatible = "usb424,ec00";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
                };
index 8cf3d644a4c125b57e83db7a0c61eaae2da694b4..a378d4937ff732f17457a6de3b5ea01049e9ca21 100644 (file)
        #size-cells = <0>;
 
        hub@1 {
-               compatible = "usb0424,9514";
+               compatible = "usb424,9514";
                reg = <1>;
                #address-cells = <1>;
                #size-cells = <0>;
 
                ethernet: ethernet@1 {
-                       compatible = "usb0424,ec00";
+                       compatible = "usb424,ec00";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
                };