Commit aa8ea8cc authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Florian Fainelli
Browse files

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: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent 31231092
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -12,7 +12,7 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;


		ethernet: usbether@1 {
		ethernet: ethernet@1 {
			compatible = "usb424,ec00";
			compatible = "usb424,ec00";
			reg = <1>;
			reg = <1>;
		};
		};
+1 −1
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@
		#address-cells = <1>;
		#address-cells = <1>;
		#size-cells = <0>;
		#size-cells = <0>;


		ethernet: usbether@1 {
		ethernet: ethernet@1 {
			compatible = "usb424,ec00";
			compatible = "usb424,ec00";
			reg = <1>;
			reg = <1>;
		};
		};