[PATCH] ARM: dts: ti: omap4: Use generic "ethernet" as node name

Krzysztof Kozlowski posted 1 patch 2 months, 3 weeks ago
arch/arm/boot/dts/ti/omap/omap4-sdp.dts                  | 2 +-
arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[PATCH] ARM: dts: ti: omap4: Use generic "ethernet" as node name
Posted by Krzysztof Kozlowski 2 months, 3 weeks ago
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>
---
 arch/arm/boot/dts/ti/omap/omap4-sdp.dts                  | 2 +-
 arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/ti/omap/omap4-sdp.dts b/arch/arm/boot/dts/ti/omap/omap4-sdp.dts
index b535d24c6140..b550105585a1 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-sdp.dts
+++ b/arch/arm/boot/dts/ti/omap/omap4-sdp.dts
@@ -467,7 +467,7 @@ &mcspi1 {
 	pinctrl-names = "default";
 	pinctrl-0 = <&mcspi1_pins>;
 
-	eth@0 {
+	ethernet@0 {
 		pinctrl-names = "default";
 		pinctrl-0 = <&ks8851_pins>;
 
diff --git a/arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi b/arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi
index cadc7e02592b..80e89a2f8be1 100644
--- a/arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi
+++ b/arch/arm/boot/dts/ti/omap/omap4-var-om44customboard.dtsi
@@ -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>;
-- 
2.48.1
Re: [PATCH] ARM: dts: ti: omap4: Use generic "ethernet" as node name
Posted by Kevin Hilman 1 month ago
On Thu, 17 Jul 2025 16:22:13 +0200, Krzysztof Kozlowski wrote:
> 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.
> 
> 

Applied, thanks!

[1/1] ARM: dts: ti: omap4: Use generic "ethernet" as node name
      commit: 7c3e113ef09d474c4b076c42f1264c4fa78d1dc8

Best regards,
-- 
Kevin Hilman <khilman@baylibre.com>