]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: ti: omap4: Use generic "ethernet" as node name
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 17 Jul 2025 14:22:13 +0000 (16:22 +0200)
committerKevin Hilman <khilman@baylibre.com>
Fri, 5 Sep 2025 21:16:01 +0000 (14:16 -0700)
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://lore.kernel.org/r/20250717142212.92333-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm/boot/dts/ti/omap/omap4-sdp.dts
arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi

index b535d24c6140122899625625290a6a9088a5796f..b550105585a1b1f1e0d38fa154bde73be7d9f28b 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&mcspi1_pins>;
 
-       eth@0 {
+       ethernet@0 {
                pinctrl-names = "default";
                pinctrl-0 = <&ks8851_pins>;
 
index cadc7e02592bfd96838db11bbcfc5533959b3923..80e89a2f8be13f470a355e7bb9710059c528c765 100644 (file)
        pinctrl-0 = <&mcspi1_pins>;
        status = "okay";
 
-       eth@0 {
+       ethernet@0 {
                compatible = "ks8851";
                pinctrl-names = "default";
                pinctrl-0 = <&ks8851_irq_pins>;