diff mbox series

[v2] arm64: dts: mediatek: mt8365-evk: Set ethernet alias

Message ID 20250106085737.227622-1-sjoerd@collabora.com (mailing list archive)
State New
Headers show
Series [v2] arm64: dts: mediatek: mt8365-evk: Set ethernet alias | expand

Commit Message

Sjoerd Simons Jan. 6, 2025, 8:57 a.m. UTC
Configure an the ethernet alias to match the ethernet controller (even
if it's off by default). This allows e.g. u-boot to configure the mac
address on boot properly

Signed-off-by: Sjoerd Simons <sjoerd@collabora.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---

Changes in v2:
- Update commit subject

 arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

AngeloGioacchino Del Regno Jan. 7, 2025, 12:09 p.m. UTC | #1
On Mon, 06 Jan 2025 09:57:31 +0100, Sjoerd Simons wrote:
> Configure an the ethernet alias to match the ethernet controller (even
> if it's off by default). This allows e.g. u-boot to configure the mac
> address on boot properly
> 
> 

Applied to v6.13-next/dts64, thanks!

[1/1] arm64: dts: mediatek: mt8365-evk: Set ethernet alias
      commit: 70584fa8db2ea4cd402ac9093fbb4f6cb4f2a2c2

Cheers,
Angelo
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/mediatek/mt8365-evk.dts b/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
index 7d90112a7e27..44c61094c4d5 100644
--- a/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
+++ b/arch/arm64/boot/dts/mediatek/mt8365-evk.dts
@@ -21,6 +21,7 @@  / {
 
 	aliases {
 		serial0 = &uart0;
+		ethernet = &ethernet;
 	};
 
 	chosen {