Commit 8aa96bbd authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

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

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: default avatarFabio Estevam <festevam@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent bca507e7
...@@ -54,7 +54,7 @@ nor: flash@0,0 { ...@@ -54,7 +54,7 @@ nor: flash@0,0 {
#size-cells = <1>; #size-cells = <1>;
}; };
eth: eth@4,c00000 { eth: ethernet@4,c00000 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_eth>; pinctrl-0 = <&pinctrl_eth>;
compatible = "davicom,dm9000"; compatible = "davicom,dm9000";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment