]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: st: spear: Use generic "ethernet" as node name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Jul 2025 14:22:46 +0000 (16:22 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 22 Jul 2025 21:00:06 +0000 (23:00 +0200)
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>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Link: https://lore.kernel.org/r/20250717142245.92492-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/boot/dts/st/spear1310-evb.dts
arch/arm/boot/dts/st/spear1310.dtsi
arch/arm/boot/dts/st/spear1340-evb.dts
arch/arm/boot/dts/st/spear13xx.dtsi
arch/arm/boot/dts/st/spear300-evb.dts
arch/arm/boot/dts/st/spear310-evb.dts
arch/arm/boot/dts/st/spear320-evb.dts
arch/arm/boot/dts/st/spear3xx.dtsi

index 089bd7db55c739d6332f02d8a1863d11aa647b5b..417a064db11eee9c85f40c5b842222f55bcc4fd9 100644 (file)
                        };
                };
 
-               gmac0: eth@e2000000 {
+               gmac0: ethernet@e2000000 {
                        phy-mode = "gmii";
                        status = "okay";
                };
index ba827d60bf075367862eab0b21471e72a0f1b558..1498996be14e09bd2ddc204d224bb20d826dea00 100644 (file)
                        status = "disabled";
                };
 
-               gmac1: eth@5c400000 {
+               gmac1: ethernet@5c400000 {
                        compatible = "st,spear600-gmac";
                        reg = <0x5c400000 0x8000>;
                        interrupts = <0 95 0x4>;
                        status = "disabled";
                };
 
-               gmac2: eth@5c500000 {
+               gmac2: ethernet@5c500000 {
                        compatible = "st,spear600-gmac";
                        reg = <0x5c500000 0x8000>;
                        interrupts = <0 96 0x4>;
                        status = "disabled";
                };
 
-               gmac3: eth@5c600000 {
+               gmac3: ethernet@5c600000 {
                        compatible = "st,spear600-gmac";
                        reg = <0x5c600000 0x8000>;
                        interrupts = <0 97 0x4>;
                        status = "disabled";
                };
 
-               gmac4: eth@5c700000 {
+               gmac4: ethernet@5c700000 {
                        compatible = "st,spear600-gmac";
                        reg = <0x5c700000 0x8000>;
                        interrupts = <0 98 0x4>;
index d24146c3c9e8a04d9e66037d7396e4ffe7c45d18..9e7c356b1d9e17ceb2a5b837657be8799c021e12 100644 (file)
                        };
                };
 
-               gmac0: eth@e2000000 {
+               gmac0: ethernet@e2000000 {
                        phy-mode = "rgmii";
                        status = "okay";
                };
index 76749992394d674a1dc796811d9aad9860c5c37b..159e941708ca6a598e222710613e72f4130277d1 100644 (file)
                        status = "disabled";
                };
 
-               gmac0: eth@e2000000 {
+               gmac0: ethernet@e2000000 {
                        compatible = "st,spear600-gmac";
                        reg = <0xe2000000 0x8000>;
                        interrupts = <0 33 0x4>,
index 7d4e6412d5582e43eec8f694ff078530ff395d59..80fae76d46107e33437c493619ac509a04fed13a 100644 (file)
@@ -69,7 +69,7 @@
                        status = "okay";
                };
 
-               gmac: eth@e0800000 {
+               gmac: ethernet@e0800000 {
                        status = "okay";
                };
 
index 459182210825d43ad8598166465d757362862f0b..a3449eb7e59b1b0c93b2fef8625242b2880a51d2 100644 (file)
@@ -88,7 +88,7 @@
                        status = "okay";
                };
 
-               gmac: eth@e0800000 {
+               gmac: ethernet@e0800000 {
                        status = "okay";
                };
 
index 6ac53d993cf315b0381b1a2e23ae5cc663c569b2..984075e60634b77a1fde6f92ede02351e8237bc1 100644 (file)
@@ -84,7 +84,7 @@
                        status = "okay";
                };
 
-               gmac: eth@e0800000 {
+               gmac: ethernet@e0800000 {
                        status = "okay";
                };
 
index f54bb80ba28a6e8005a3b25da5f16bad58a1246b..54e87ac981640f48c440e410563121eeed776a1f 100644 (file)
@@ -46,7 +46,7 @@
                        status = "disabled";
                };
 
-               gmac: eth@e0800000 {
+               gmac: ethernet@e0800000 {
                        compatible = "snps,dwmac-3.40a";
                        reg = <0xe0800000 0x8000>;
                        interrupts = <23 22>;