9
0
Fork 0

animeo_ip: fix macb pin mux and set phy interface as MII

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 2013-09-17 09:49:12 +02:00 committed by Sascha Hauer
parent 426aa6d9ec
commit 179ed619f4
1 changed files with 2 additions and 0 deletions

View File

@ -123,6 +123,8 @@ static void animeo_ip_add_device_nand(void)
static struct macb_platform_data macb_pdata = {
.phy_addr = 0,
.phy_interface = PHY_INTERFACE_MODE_MII,
.flags = AT91SAM_ETX2_ETX3_ALTERNATIVE,
};
/*