ARM: dts: imx1-apf9328: Fix Ethernet node name
authorFabio Estevam <festevam@denx.de>
Thu, 22 Feb 2024 14:34:49 +0000 (11:34 -0300)
committerShawn Guo <shawnguo@kernel.org>
Mon, 26 Feb 2024 01:35:06 +0000 (09:35 +0800)
Per davicom,dm9000.yaml, the Ethernet node name should be 'ethernet'.

Change it to fix the following schema warning:

imx1-apf9328.dtb: eth@4,c00000: $nodename:0: 'eth@4,c00000' does not match '^ethernet(@.*)?$'
from schema $id: http://devicetree.org/schemas/net/davicom,dm9000.yaml#

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts

index e66eef87a7a4fdfe33c8249946400b5fd7075f8a..058e9435524fe1d12a95e7dba36ec92a073403b3 100644 (file)
@@ -54,7 +54,7 @@
                #size-cells = <1>;
        };
 
-       eth: eth@4,c00000 {
+       eth: ethernet@4,c00000 {
                pinctrl-names = "default";
                pinctrl-0 = <&pinctrl_eth>;
                compatible = "davicom,dm9000";