Commit be4e4dd8 authored by Claudiu Beznea's avatar Claudiu Beznea Committed by Geert Uytterhoeven

arm64: dts: renesas: rzg3s-smarc-som: Fix Ethernet aliases

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: 932ff0c8 ("arm64: dts: renesas: rzg3s-smarc-som: Enable the Ethernet interfaces")
Suggested-by: default avatarBiju Das <biju.das.jz@bp.renesas.com>
Signed-off-by: default avatarClaudiu Beznea <claudiu.beznea.uj@bp.renesas.com>
Reviewed-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20240328065738.3049316-1-claudiu.beznea.uj@bp.renesas.comSigned-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent fdaf6a67
...@@ -36,8 +36,8 @@ aliases { ...@@ -36,8 +36,8 @@ aliases {
#if SW_CONFIG3 == SW_OFF #if SW_CONFIG3 == SW_OFF
mmc2 = &sdhi2; mmc2 = &sdhi2;
#else #else
eth0 = &eth0; ethernet0 = &eth0;
eth1 = &eth1; ethernet1 = &eth1;
#endif #endif
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment