linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
@ 2022-01-17 18:20 Pali Rohár
  2022-01-21  9:03 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Pali Rohár @ 2022-01-17 18:20 UTC (permalink / raw)
  To: Gregory Clement, Marek Behún, Andrew Lunn
  Cc: linux-arm-kernel, linux-kernel

U-Boot uses ethernet* aliases for setting MAC addresses. Therefore define
also alias for ethernet0.

Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
Signed-off-by: Pali Rohár <pali@kernel.org>
---
 arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
index 23e1b07c060a..6581092c2c90 100644
--- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
+++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
@@ -18,6 +18,7 @@
 
 	aliases {
 		spi0 = &spi0;
+		ethernet0 = &eth0;
 		ethernet1 = &eth1;
 		mmc0 = &sdhci0;
 		mmc1 = &sdhci1;
-- 
2.20.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH] arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias
  2022-01-17 18:20 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias Pali Rohár
@ 2022-01-21  9:03 ` Gregory CLEMENT
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2022-01-21  9:03 UTC (permalink / raw)
  To: Pali Rohár, Marek Behún, Andrew Lunn
  Cc: linux-arm-kernel, linux-kernel

Pali Rohár <pali@kernel.org> writes:

> U-Boot uses ethernet* aliases for setting MAC addresses. Therefore define
> also alias for ethernet0.
>
> Fixes: 7109d817db2e ("arm64: dts: marvell: add DTS for Turris Mox")
> Signed-off-by: Pali Rohár <pali@kernel.org>

Applied on mvebu/fixes

Thanks,

Gregory


> ---
>  arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> index 23e1b07c060a..6581092c2c90 100644
> --- a/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> +++ b/arch/arm64/boot/dts/marvell/armada-3720-turris-mox.dts
> @@ -18,6 +18,7 @@
>  
>  	aliases {
>  		spi0 = &spi0;
> +		ethernet0 = &eth0;
>  		ethernet1 = &eth1;
>  		mmc0 = &sdhci0;
>  		mmc1 = &sdhci1;
> -- 
> 2.20.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-01-21  9:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-01-17 18:20 [PATCH] arm64: dts: armada-3720-turris-mox: Add missing ethernet0 alias Pali Rohár
2022-01-21  9:03 ` Gregory CLEMENT

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