Message ID | 20240222143449.978519-1-festevam@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: imx1-apf9328: Fix Ethernet node name | expand |
On Thu, Feb 22, 2024 at 11:34:49AM -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@denx.de> > > 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> Applied, thanks!
diff --git a/arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts b/arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts index e66eef87a7a4..058e9435524f 100644 --- a/arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts +++ b/arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts @@ -54,7 +54,7 @@ nor: flash@0,0 { #size-cells = <1>; }; - eth: eth@4,c00000 { + eth: ethernet@4,c00000 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_eth>; compatible = "davicom,dm9000";