Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322192 > unrolled thread

[PATCH] ARM: dts: vf610: Add alias for ethernet controller

Started byStefan Agner <stefan@agner.ch>
First post2016-01-30 01:10 +0100
Last post2016-02-02 09:10 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM: dts: vf610: Add alias for ethernet controller Stefan Agner <stefan@agner.ch> - 2016-01-30 01:10 +0100
    Re: [PATCH] ARM: dts: vf610: Add alias for ethernet controller Shawn Guo <shawnguo@kernel.org> - 2016-02-02 09:10 +0100

#1322192 — [PATCH] ARM: dts: vf610: Add alias for ethernet controller

FromStefan Agner <stefan@agner.ch>
Date2016-01-30 01:10 +0100
Subject[PATCH] ARM: dts: vf610: Add alias for ethernet controller
Message-ID<qWrh0-2CZ-11@gated-at.bofh.it>
Add alias for FEC ethernet on Vybrid to allow bootloaders (like U-Boot)
patch-in the MAC address using this alias.

Signed-off-by: Stefan Agner <stefan@agner.ch>
---
 arch/arm/boot/dts/vfxxx.dtsi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi
index eb42172..f23eb82 100644
--- a/arch/arm/boot/dts/vfxxx.dtsi
+++ b/arch/arm/boot/dts/vfxxx.dtsi
@@ -16,6 +16,8 @@
 	aliases {
 		can0 = &can0;
 		can1 = &can1;
+		ethernet0 = &fec0;
+		ethernet1 = &fec1;
 		serial0 = &uart0;
 		serial1 = &uart1;
 		serial2 = &uart2;
-- 
2.7.0

[toc] | [next] | [standalone]


#1323868

FromShawn Guo <shawnguo@kernel.org>
Date2016-02-02 09:10 +0100
Message-ID<qXEc9-80M-13@gated-at.bofh.it>
In reply to#1322192
On Fri, Jan 29, 2016 at 04:04:48PM -0800, Stefan Agner wrote:
> Add alias for FEC ethernet on Vybrid to allow bootloaders (like U-Boot)
> patch-in the MAC address using this alias.
> 
> Signed-off-by: Stefan Agner <stefan@agner.ch>

Applied, thanks.

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web