devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: mediatek: Set ethernet alias for mt8365-evk
@ 2024-12-20  9:55 Sjoerd Simons
  2024-12-23 11:16 ` AngeloGioacchino Del Regno
  0 siblings, 1 reply; 2+ messages in thread
From: Sjoerd Simons @ 2024-12-20  9:55 UTC (permalink / raw)
  To: linux-mediatek
  Cc: kernel, AngeloGioacchino Del Regno, Conor Dooley,
	Krzysztof Kozlowski, Matthias Brugger, Rob Herring, devicetree,
	linux-arm-kernel, linux-kernel

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>
---

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

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 {
-- 
2.45.2


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

* Re: [PATCH] arm64: dts: mediatek: Set ethernet alias for mt8365-evk
  2024-12-20  9:55 [PATCH] arm64: dts: mediatek: Set ethernet alias for mt8365-evk Sjoerd Simons
@ 2024-12-23 11:16 ` AngeloGioacchino Del Regno
  0 siblings, 0 replies; 2+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-12-23 11:16 UTC (permalink / raw)
  To: Sjoerd Simons, linux-mediatek
  Cc: kernel, Conor Dooley, Krzysztof Kozlowski, Matthias Brugger,
	Rob Herring, devicetree, linux-arm-kernel, linux-kernel

Il 20/12/24 10:55, Sjoerd Simons ha scritto:
> 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>

Please update the commit title to read

arm64: dts: mediatek: mt8365-evk: Set ethernet alias

after which,
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Cheers,
Angelo

> ---
> 
>   arch/arm64/boot/dts/mediatek/mt8365-evk.dts | 1 +
>   1 file changed, 1 insertion(+)
> 
> 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 {



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

end of thread, other threads:[~2024-12-23 11:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-20  9:55 [PATCH] arm64: dts: mediatek: Set ethernet alias for mt8365-evk Sjoerd Simons
2024-12-23 11:16 ` AngeloGioacchino Del Regno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).