diff mbox series

ARM: dts: imx1-apf9328: Fix Ethernet node name

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

Commit Message

Fabio Estevam Feb. 22, 2024, 2:34 p.m. UTC
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>
---
 arch/arm/boot/dts/nxp/imx/imx1-apf9328.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Shawn Guo Feb. 25, 2024, 1:25 p.m. UTC | #1
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 mbox series

Patch

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";