diff options
author | Oleksij Rempel <o.rempel@pengutronix.de> | 2022-02-16 08:49:25 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2022-04-21 13:02:57 +0200 |
commit | f5582834f3809292f98e4b471e0756b1f9d0e78d (patch) | |
tree | f8efdcc4d27238fea848652448c13407ff1a5073 /arch/arm/boot/dts/omap5-uevm.dts | |
parent | ARM: dts: Drop custom clkctrl compatible and update omap5 l4per (diff) | |
download | linux-f5582834f3809292f98e4b471e0756b1f9d0e78d.tar.xz linux-f5582834f3809292f98e4b471e0756b1f9d0e78d.zip |
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: Oleksij Rempel <o.rempel@pengutronix.de>
Message-Id: <20220216074927.3619425-8-o.rempel@pengutronix.de>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap5-uevm.dts')
-rw-r--r-- | arch/arm/boot/dts/omap5-uevm.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap5-uevm.dts b/arch/arm/boot/dts/omap5-uevm.dts index 51d5fcae5081..453da9f18a99 100644 --- a/arch/arm/boot/dts/omap5-uevm.dts +++ b/arch/arm/boot/dts/omap5-uevm.dts @@ -209,7 +209,7 @@ #size-cells = <0>; }; - ethernet: usbether@3 { + ethernet: ethernet@3 { compatible = "usb424,9730"; reg = <3>; }; |