Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: bcm283x: fix ethernet node name

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>

authored by

Oleksij Rempel and committed by
Florian Fainelli
aa8ea8cc 31231092

+2 -2
+1 -1
arch/arm/boot/dts/bcm283x-rpi-smsc9512.dtsi
··· 12 12 #address-cells = <1>; 13 13 #size-cells = <0>; 14 14 15 - ethernet: usbether@1 { 15 + ethernet: ethernet@1 { 16 16 compatible = "usb424,ec00"; 17 17 reg = <1>; 18 18 };
+1 -1
arch/arm/boot/dts/bcm283x-rpi-smsc9514.dtsi
··· 11 11 #address-cells = <1>; 12 12 #size-cells = <0>; 13 13 14 - ethernet: usbether@1 { 14 + ethernet: ethernet@1 { 15 15 compatible = "usb424,ec00"; 16 16 reg = <1>; 17 17 };