ARM: dts: exynos: fix ethernet node name for different odroid boards
authorOleksij Rempel <o.rempel@pengutronix.de>
Wed, 16 Feb 2022 07:49:23 +0000 (08:49 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Mon, 4 Apr 2022 16:21:18 +0000 (18:21 +0200)
The node name of Ethernet controller should be "ethernet" instead of
"usbether" as required by Ethernet controller devicetree schema:
 Documentation/devicetree/bindings/net/ethernet-controller.yaml

This patch can potentially affect boot loaders patching against full
node path instead of using device aliases.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Link: https://lore.kernel.org/r/20220216074927.3619425-6-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 efaf753..5ddbb6c 100644 (file)
        phys = <&exynos_usbphy 2>, <&exynos_usbphy 3>;
        phy-names = "hsic0", "hsic1";
 
-       ethernet: usbether@2 {
+       ethernet: ethernet@2 {
                compatible = "usb0424,9730";
                reg = <2>;
                local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
index a9fada5..eb063f2 100644 (file)
@@ -81,7 +81,7 @@
                        #address-cells = <1>;
                        #size-cells = <0>;
 
-                       ethernet: usbether@1 {
+                       ethernet: ethernet@1 {
                                compatible = "usb0424,ec00";
                                reg = <1>;
                                /* Filled in by a bootloader */
index e54a339..c171512 100644 (file)
        #address-cells = <1>;
        #size-cells = <0>;
 
-       ethernet: usbether@2 {
+       ethernet: ethernet@2 {
                compatible = "usb0424,9730";
                reg = <2>;
                local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
index 62c5928..749f051 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb0424,ec00";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */
index cecaeb6..8cf3d64 100644 (file)
@@ -85,7 +85,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb0424,ec00";
                        reg = <1>;
                        local-mac-address = [00 00 00 00 00 00]; /* Filled in by a bootloader */