[U-Boot] [PATCH] ARM: mvebu: correct reference for "ethernet1" on DB-88F6820-AMC

Chris Packham judge.packham at gmail.com
Mon Jan 8 03:17:12 UTC 2018


The DB-88F6820-AMC connects ethernet at 34000 and ethernet at 70000 which are
labeled as eth2 and eth0 in armada-38x.dts. The ethernet at 30000 (eth1) is
not used on the AMC board.

This eliminates the following bootup message

  Device 'ethernet at 70000': seq 0 is in use by 'ethernet at 34000'

Signed-off-by: Chris Packham <judge.packham at gmail.com>
---

 arch/arm/dts/armada-385-amc.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/armada-385-amc.dts b/arch/arm/dts/armada-385-amc.dts
index 5e1588d57438..d4d127fa024b 100644
--- a/arch/arm/dts/armada-385-amc.dts
+++ b/arch/arm/dts/armada-385-amc.dts
@@ -53,7 +53,7 @@
 
 	aliases {
 		ethernet0 = &eth0;
-		ethernet1 = &eth1;
+		ethernet1 = &eth2;
 		i2c0 = &i2c0;
 		spi1 = &spi1;
 	};
-- 
2.15.1



More information about the U-Boot mailing list