ARM: dts: bcm283x: fix ethernet node name
authorOleksij Rempel <o.rempel@pengutronix.de>
Wed, 16 Feb 2022 07:49:22 +0000 (08:49 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 4 Apr 2022 16:46:54 +0000 (09:46 -0700)
It should be "ethernet@x" instead of "usbether@x" 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>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi

index 967e081..882b138 100644 (file)
@@ -12,7 +12,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb424,ec00";
                        reg = <1>;
                };
index dc7ae77..4273b90 100644 (file)
@@ -11,7 +11,7 @@
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb424,ec00";
                        reg = <1>;
                };