aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/arm/at91_ether.c
diff options
context:
space:
mode:
authorAndrew Victor <linux@maxim.org.za>2008-04-15 21:10:11 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2008-04-17 15:55:51 +0100
commit2f036ac63ebfa3fc618a1f22324ef9297c5b7d05 (patch)
tree72699cda23ed08b7fa508219cafbaf97078abf1a /drivers/net/arm/at91_ether.c
parent[ARM] 4979/1: [AT91] Olimex SAM9-L9260 board support (diff)
downloadlinux-dev-2f036ac63ebfa3fc618a1f22324ef9297c5b7d05.tar.xz
linux-dev-2f036ac63ebfa3fc618a1f22324ef9297c5b7d05.zip
[ARM] 4980/1: [AT91] emQbit ECB_AT91 board support
Support for the emQbit ECB_AT91 board. <http://wiki.emqbit.com/free-ecb-at91> Original patch from Nelson Castillo. Signed-off-by: Andrew Victor <linux@maxim.org.za> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/net/arm/at91_ether.c')
-rw-r--r--drivers/net/arm/at91_ether.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/arm/at91_ether.c b/drivers/net/arm/at91_ether.c
index 0ae0d83e5d22..978e20a1791b 100644
--- a/drivers/net/arm/at91_ether.c
+++ b/drivers/net/arm/at91_ether.c
@@ -1043,7 +1043,9 @@ static int __init at91ether_setup(unsigned long phy_type, unsigned short phy_add
} else if (machine_is_csb337()) {
/* mix link activity status into LED2 link state */
write_phy(phy_address, MII_LEDCTRL_REG, 0x0d22);
- }
+ } else if (machine_is_ecbat91())
+ write_phy(phy_address, MII_LEDCTRL_REG, 0x156A);
+
disable_mdi();
spin_unlock_irq(&lp->lock);