1
0
Fork 0

Blackfin: bf561-acvilon: save the smsc911x mac address

Signed-off-by: Valentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
hifive-unleashed-5.1
Valentin Yakovenkov 2009-12-22 09:02:10 +00:00 committed by Mike Frysinger
parent 7a9cc48907
commit 252077cf7d
1 changed files with 1 additions and 1 deletions

View 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,