ARM: dts: ti: omap4: 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://lore.kernel.org/r/20250717142212.92333-2-krzysztof.kozlowski@linaro.org
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
Krzysztof Kozlowski 2025-07-17 16:22:13 +02:00 committed by Kevin Hilman
parent 8f5ae30d69
commit 7c3e113ef0
2 changed files with 2 additions and 2 deletions

View File

@ -467,7 +467,7 @@ &mcspi1 {
pinctrl-names = "default";
pinctrl-0 = <&mcspi1_pins>;
eth@0 {
ethernet@0 {
pinctrl-names = "default";
pinctrl-0 = <&ks8851_pins>;

View File

@ -194,7 +194,7 @@ &mcspi1 {
pinctrl-0 = <&mcspi1_pins>;
status = "okay";
eth@0 {
ethernet@0 {
compatible = "ks8851";
pinctrl-names = "default";
pinctrl-0 = <&ks8851_irq_pins>;