public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
@ 2025-08-26 11:10 Claudiu
  0 siblings, 0 replies; 9+ messages in thread
From: Claudiu @ 2025-08-26 11:10 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, pavel; +Cc: claudiu.beznea, cip-dev

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
..., N}) aliases to update the DTB with the MAC addresses.  The
ethernetX or ethX aliases are not used by the Linux RAVB driver.

Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces")
Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
index 3f050a28f2a7..3d707c9c6e46 100644
--- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
@@ -20,8 +20,8 @@ aliases {
 #if SW_CONFIG3 == SW_OFF
 		mmc2 = &sdhi2;
 #else
-		eth0 = &eth0;
-		eth1 = &eth1;
+		ethernet0 = &eth0;
+		ethernet1 = &eth1;
 #endif
 	};
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
@ 2025-08-27  3:58 Claudiu
  2025-08-27  3:58 ` [PATCH 6.1.y-cip] " Claudiu
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Claudiu @ 2025-08-27  3:58 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, pavel; +Cc: claudiu.beznea, cip-dev

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.

Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
..., N}) aliases to update the DTB with the MAC addresses.  The
ethernetX or ethX aliases are not used by the Linux RAVB driver.

Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces")
Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
index 3f050a28f2a7..3d707c9c6e46 100644
--- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
@@ -20,8 +20,8 @@ aliases {
 #if SW_CONFIG3 == SW_OFF
 		mmc2 = &sdhi2;
 #else
-		eth0 = &eth0;
-		eth1 = &eth1;
+		ethernet0 = &eth0;
+		ethernet1 = &eth1;
 #endif
 	};
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  3:58 [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases Claudiu
@ 2025-08-27  3:58 ` Claudiu
  2025-08-27  7:32   ` nobuhiro.iwamatsu.x90
  2025-09-10 15:32   ` Pavel Machek
       [not found] ` <185F839D71CDD190.28709@lists.cip-project.org>
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 9+ messages in thread
From: Claudiu @ 2025-08-27  3:58 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, pavel; +Cc: claudiu.beznea, cip-dev

From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>

commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.

Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
..., N}) aliases to update the DTB with the MAC addresses.  The
ethernetX or ethX aliases are not used by the Linux RAVB driver.

Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces")
Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
---
 arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
index 3f050a28f2a7..3d707c9c6e46 100644
--- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
+++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
@@ -20,8 +20,8 @@ aliases {
 #if SW_CONFIG3 == SW_OFF
 		mmc2 = &sdhi2;
 #else
-		eth0 = &eth0;
-		eth1 = &eth1;
+		ethernet0 = &eth0;
+		ethernet1 = &eth1;
 #endif
 	};
 
-- 
2.43.0



^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [cip-dev] [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
       [not found] ` <185F839D71CDD190.28709@lists.cip-project.org>
@ 2025-08-27  4:07   ` claudiu beznea
  0 siblings, 0 replies; 9+ messages in thread
From: claudiu beznea @ 2025-08-27  4:07 UTC (permalink / raw)
  To: nobuhiro1.iwamatsu, pavel; +Cc: cip-dev

Hi, CIP maintainers,

On 8/27/25 06:58, claudiu beznea via lists.cip-project.org wrote:
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.

This commit is integrated in v6.12 CIP thus, there is no similar backport for v6.12.

Thank you,
Claudiu

> 
> Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
> ..., N}) aliases to update the DTB with the MAC addresses.  The
> ethernetX or ethX aliases are not used by the Linux RAVB driver.
> 
> Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces")
> Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Link: https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.renesas.com
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> ---
>   arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> index 3f050a28f2a7..3d707c9c6e46 100644
> --- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> +++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> @@ -20,8 +20,8 @@ aliases {
>   #if SW_CONFIG3 == SW_OFF
>   		mmc2 = &sdhi2;
>   #else
> -		eth0 = &eth0;
> -		eth1 = &eth1;
> +		ethernet0 = &eth0;
> +		ethernet1 = &eth1;
>   #endif
>   	};
>   
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#19968): https://lists.cip-project.org/g/cip-dev/message/19968
> Mute This Topic: https://lists.cip-project.org/mt/114912638/8377987
> Group Owner: cip-dev+owner@lists.cip-project.org
> Unsubscribe: https://lists.cip-project.org/g/cip-dev/unsub [claudiu.beznea@tuxon.dev]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  3:58 [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases Claudiu
  2025-08-27  3:58 ` [PATCH 6.1.y-cip] " Claudiu
       [not found] ` <185F839D71CDD190.28709@lists.cip-project.org>
@ 2025-08-27  7:32 ` nobuhiro.iwamatsu.x90
  2025-09-10 15:32 ` Pavel Machek
  3 siblings, 0 replies; 9+ messages in thread
From: nobuhiro.iwamatsu.x90 @ 2025-08-27  7:32 UTC (permalink / raw)
  To: claudiu.beznea, pavel; +Cc: cip-dev

Hello,

> -----Original Message-----
> From: Claudiu <claudiu.beznea@tuxon.dev>
> Sent: Wednesday, August 27, 2025 12:58 PM
> To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro.iwamatsu.x90@mail.toshiba>; pavel@denx.de
> Cc: claudiu.beznea@tuxon.dev; cip-dev@lists.cip-project.org
> Subject: [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix
> Ethernet aliases
> 
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.
> 
> Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1, ..., N})
> aliases to update the DTB with the MAC addresses.  The ethernetX or ethX
> aliases are not used by the Linux RAVB driver.
> 
> Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the
> Ethernet interfaces")
> Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Link:
> https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.r
> enesas.com
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> ---
>  arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> index 3f050a28f2a7..3d707c9c6e46 100644
> --- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> +++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> @@ -20,8 +20,8 @@ aliases {
>  #if SW_CONFIG3 == SW_OFF
>  		mmc2 = &sdhi2;
>  #else
> -		eth0 = &eth0;
> -		eth1 = &eth1;
> +		ethernet0 = &eth0;
> +		ethernet1 = &eth1;
>  #endif
>  	};
> 

Looks good to me.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>

Best regards,
  Nobuhiro



^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  3:58 ` [PATCH 6.1.y-cip] " Claudiu
@ 2025-08-27  7:32   ` nobuhiro.iwamatsu.x90
  2025-09-04 19:50     ` Pavel Machek
  2025-09-10 15:32   ` Pavel Machek
  1 sibling, 1 reply; 9+ messages in thread
From: nobuhiro.iwamatsu.x90 @ 2025-08-27  7:32 UTC (permalink / raw)
  To: claudiu.beznea, pavel; +Cc: cip-dev

Hi all,

> -----Original Message-----
> From: Claudiu <claudiu.beznea@tuxon.dev>
> Sent: Wednesday, August 27, 2025 12:58 PM
> To: iwamatsu nobuhiro(岩松 信洋 □DITC○CPT)
> <nobuhiro.iwamatsu.x90@mail.toshiba>; pavel@denx.de
> Cc: claudiu.beznea@tuxon.dev; cip-dev@lists.cip-project.org
> Subject: [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix
> Ethernet aliases
> 
> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.
> 
> Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1, ..., N})
> aliases to update the DTB with the MAC addresses.  The ethernetX or ethX
> aliases are not used by the Linux RAVB driver.
> 
> Fixes: 932ff0c802c6 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the
> Ethernet interfaces")
> Suggested-by: Biju Das <biju.das.jz@bp.renesas.com>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Link:
> https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.r
> enesas.com
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> ---
>  arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> index 3f050a28f2a7..3d707c9c6e46 100644
> --- a/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> +++ b/arch/arm64/boot/dts/renesas/rzg3s-smarc-som.dtsi
> @@ -20,8 +20,8 @@ aliases {
>  #if SW_CONFIG3 == SW_OFF
>  		mmc2 = &sdhi2;
>  #else
> -		eth0 = &eth0;
> -		eth1 = &eth1;
> +		ethernet0 = &eth0;
> +		ethernet1 = &eth1;
>  #endif
>  	};
> 
Looks good to me.

Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>

Best regards,
  Nobuhiro



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  7:32   ` nobuhiro.iwamatsu.x90
@ 2025-09-04 19:50     ` Pavel Machek
  0 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2025-09-04 19:50 UTC (permalink / raw)
  To: nobuhiro.iwamatsu.x90; +Cc: claudiu.beznea, cip-dev

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

Hi!

> Looks good to me.
> 
> Reviewed-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.x90@mail.toshiba>

Thank you, both 6.1 and 5.10 versions look good to me. I'm currently
running tests, I'll apply it if they look ok.

Best regards,
								Pavel
-- 
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 6.1.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  3:58 ` [PATCH 6.1.y-cip] " Claudiu
  2025-08-27  7:32   ` nobuhiro.iwamatsu.x90
@ 2025-09-10 15:32   ` Pavel Machek
  1 sibling, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2025-09-10 15:32 UTC (permalink / raw)
  To: Claudiu; +Cc: nobuhiro1.iwamatsu, cip-dev

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

Hi!

> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.
> 
> Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
> ..., N}) aliases to update the DTB with the MAC addresses.  The
> ethernetX or ethX aliases are not used by the Linux RAVB driver.

Thank you, applied.

Best regards,
								Pavel
-- 
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases
  2025-08-27  3:58 [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases Claudiu
                   ` (2 preceding siblings ...)
  2025-08-27  7:32 ` [PATCH 5.10.y-cip] " nobuhiro.iwamatsu.x90
@ 2025-09-10 15:32 ` Pavel Machek
  3 siblings, 0 replies; 9+ messages in thread
From: Pavel Machek @ 2025-09-10 15:32 UTC (permalink / raw)
  To: Claudiu; +Cc: nobuhiro1.iwamatsu, cip-dev

[-- Attachment #1: Type: text/plain, Size: 529 bytes --]

Hi1

> From: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
> 
> commit be4e4dd8a1994e5730dfdb8dfaf1f2418f8a199d upstream.
> 
> Fix typos in the Ethernet aliases.  U-Boot uses the ethernetX (X={0, 1,
> ..., N}) aliases to update the DTB with the MAC addresses.  The
> ethernetX or ethX aliases are not used by the Linux RAVB driver.

Thank you, applied.

Best regards,
								Pavel
-- 
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-09-10 15:33 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-27  3:58 [PATCH 5.10.y-cip] arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases Claudiu
2025-08-27  3:58 ` [PATCH 6.1.y-cip] " Claudiu
2025-08-27  7:32   ` nobuhiro.iwamatsu.x90
2025-09-04 19:50     ` Pavel Machek
2025-09-10 15:32   ` Pavel Machek
     [not found] ` <185F839D71CDD190.28709@lists.cip-project.org>
2025-08-27  4:07   ` [cip-dev] " claudiu beznea
2025-08-27  7:32 ` [PATCH 5.10.y-cip] " nobuhiro.iwamatsu.x90
2025-09-10 15:32 ` Pavel Machek
  -- strict thread matches above, loose matches on Subject: below --
2025-08-26 11:10 Claudiu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox