aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-at91/board.h
diff options
context:
space:
mode:
authorfrederic RODO <f.rodo@til-technologies.fr>2007-07-12 19:07:24 +0200
committerJeff Garzik <jeff@garzik.org>2007-07-16 18:28:04 -0400
commit6c36a7074436e181fb3df41f66bbdaf53980951e (patch)
tree8be326aad4f8798059a3606aa29326d9dbad8043 /include/asm-arm/arch-at91/board.h
parent54ab2927d38536f6d437bdd0d7454b99bf67a48c (diff)
macb: Use generic PHY layer
Convert the macb driver to use the generic PHY layer in drivers/net/phy. Signed-off-by: Frederic RODO <f.rodo@til-technologies.fr> Signed-off-by: Haavard Skinnemoen <hskinnemoen@atmel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'include/asm-arm/arch-at91/board.h')
-rw-r--r--include/asm-arm/arch-at91/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-arm/arch-at91/board.h b/include/asm-arm/arch-at91/board.h
index 0ce6ee98ed0..d96b10fd449 100644
--- a/include/asm-arm/arch-at91/board.h
+++ b/include/asm-arm/arch-at91/board.h
@@ -64,6 +64,7 @@ extern void __init at91_add_device_mmc(short mmc_id, struct at91_mmc_data *data)
/* Ethernet (EMAC & MACB) */
struct at91_eth_data {
+ u32 phy_mask;
u8 phy_irq_pin; /* PHY IRQ */
u8 is_rmii; /* using RMII interface? */
};