9
0
Fork 0

calao: at91 qil/tny/usb auto detect the phy addr

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-09-26 13:37:51 +02:00 committed by Sascha Hauer
parent 5eb89cea2a
commit 269ca0edeb
3 changed files with 3 additions and 3 deletions

View File

@ -80,7 +80,7 @@ static void qil_a9260_add_device_mci(void) {}
#ifdef CONFIG_CALAO_MB_QIL_A9260
static struct at91_ether_platform_data macb_pdata = {
.flags = AT91SAM_ETHER_RMII,
.phy_addr = 0,
.phy_addr = -1,
};
static void qil_a9260_phy_reset(void)

View File

@ -114,7 +114,7 @@ static void tny_a9260_add_device_nand(void)
#ifdef CONFIG_DRIVER_NET_MACB
static struct at91_ether_platform_data macb_pdata = {
.flags = AT91SAM_ETHER_RMII,
.phy_addr = 0,
.phy_addr = -1,
};
static void __init ek_add_device_macb(void)

View File

@ -113,7 +113,7 @@ static void usb_a9260_add_device_nand(void)
static struct at91_ether_platform_data macb_pdata = {
.flags = AT91SAM_ETHER_RMII,
.phy_addr = 0,
.phy_addr = -1,
};
static void usb_a9260_phy_reset(void)