From 202ededd96344642fc854f35d71be37be6db3816 Mon Sep 17 00:00:00 2001 From: Stefan Roese Date: Thu, 19 Nov 2015 10:30:59 +0100 Subject: [PATCH] arm: mvebu: armada-388-gp.dts: Add ethernet aliases Adding these aliases enables the update of the MAC addresses from within U-Boot. Signed-off-by: Stefan Roese Cc: Luka Perkov --- arch/arm/dts/armada-388-gp.dts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/dts/armada-388-gp.dts b/arch/arm/dts/armada-388-gp.dts index f3bcbc6..7bc878f 100644 --- a/arch/arm/dts/armada-388-gp.dts +++ b/arch/arm/dts/armada-388-gp.dts @@ -52,6 +52,8 @@ }; aliases { + ethernet0 = ð0; + ethernet1 = ð1; spi0 = &spi0; }; -- 2.7.4