Blackfin: bf561-acvilon: save the smsc911x mac address
authorValentin Yakovenkov <yakovenkov@gmail.com>
Tue, 22 Dec 2009 09:02:10 +0000 (09:02 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 9 Mar 2010 05:30:47 +0000 (00:30 -0500)
Signed-off-by: Valentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/mach-bf561/boards/acvilon.c

index 07e8dc8..5163e2c 100644 (file)
@@ -176,7 +176,7 @@ static struct resource smsc911x_resources[] = {
 };
 
 static struct smsc911x_platform_config smsc911x_config = {
-       .flags = SMSC911X_USE_32BIT,
+       .flags = SMSC911X_USE_32BIT | SMSC911X_SAVE_MAC_ADDRESS,
        .irq_polarity = SMSC911X_IRQ_POLARITY_ACTIVE_LOW,
        .irq_type = SMSC911X_IRQ_TYPE_OPEN_DRAIN,
        .phy_interface = PHY_INTERFACE_MODE_MII,