]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ARM: dts: nuvoton: Use generic "ethernet" as node name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Jul 2025 14:23:02 +0000 (16:23 +0200)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Mon, 11 Aug 2025 00:08:03 +0000 (09:38 +0930)
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>
arch/arm/boot/dts/nuvoton/nuvoton-common-npcm7xx.dtsi
arch/arm/boot/dts/nuvoton/nuvoton-npcm750.dtsi

index 791090f54d8b7026315be31d5fede7740405e341..98c35771534e034c1bbc8f8a655b8269af697fbf 100644 (file)
                        status = "disabled";
                };
 
-               gmac0: eth@f0802000 {
+               gmac0: ethernet@f0802000 {
                        device_type = "network";
                        compatible = "snps,dwmac";
                        reg = <0xf0802000 0x2000>;
index f42ad259636c21a718bdb203b20c67399f702781..65fe3a180bb1582b20f481b23eab799c62df4019 100644 (file)
@@ -44,7 +44,7 @@
        };
 
        ahb {
-               gmac1: eth@f0804000 {
+               gmac1: ethernet@f0804000 {
                        device_type = "network";
                        compatible = "snps,dwmac";
                        reg = <0xf0804000 0x2000>;