ARM: dts: nuvoton: Use generic "ethernet" as node name

Common name for Ethernet controllers is "ethernet", not "eth", also
recommended by Devicetree specification in "Generic Names
Recommendation".  Verified lack of impact using dtx_diff.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://patch.msgid.link/20250717142301.92548-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
This commit is contained in:
Krzysztof Kozlowski 2025-07-17 16:23:02 +02:00 committed by Andrew Jeffery
parent 8f5ae30d69
commit 7686b441c0
2 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ mc: memory-controller@f0824000 {
status = "disabled";
};
gmac0: eth@f0802000 {
gmac0: ethernet@f0802000 {
device_type = "network";
compatible = "snps,dwmac";
reg = <0xf0802000 0x2000>;

View File

@ -44,7 +44,7 @@ timer@3fe600 {
};
ahb {
gmac1: eth@f0804000 {
gmac1: ethernet@f0804000 {
device_type = "network";
compatible = "snps,dwmac";
reg = <0xf0804000 0x2000>;