Skip to content

Commit

Permalink
Blackfin: bf561-acvilon: save the smsc911x mac address
Browse files Browse the repository at this point in the history
Signed-off-by: Valentin Yakovenkov <yakovenkov@gmail.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
  • Loading branch information
Valentin Yakovenkov authored and Mike Frysinger committed Mar 9, 2010
1 parent 7a9cc48 commit 252077c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf561/boards/acvilon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 252077c

Please sign in to comment.