Commit f5582834 authored by Oleksij Rempel's avatar Oleksij Rempel Committed by Tony Lindgren
Browse files

ARM: dts: omap3/4/5: fix ethernet node name for different OMAP boards



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: default avatarOleksij Rempel <o.rempel@pengutronix.de>
Message-Id: <20220216074927.3619425-8-o.rempel@pengutronix.de>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent c7d7d0ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ hub@2 {
		#address-cells = <1>;
		#size-cells = <0>;

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

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

		ethernet: usbether@3 {
		ethernet: ethernet@3 {
			compatible = "usb424,7500";
			reg = <3>;
		};
+1 −1
Original line number Diff line number Diff line
@@ -209,7 +209,7 @@ hub@2 {
		#size-cells = <0>;
	};

	ethernet: usbether@3 {
	ethernet: ethernet@3 {
		compatible = "usb424,9730";
		reg = <3>;
	};