mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] animeo_ip: fix macb pin mux and set phy interface as MII
@ 2013-09-17  7:49 Jean-Christophe PLAGNIOL-VILLARD
  2013-09-18  6:47 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2013-09-17  7:49 UTC (permalink / raw)
  To: barebox

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
---
 arch/arm/boards/animeo_ip/init.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boards/animeo_ip/init.c b/arch/arm/boards/animeo_ip/init.c
index 06d542e..56b8df2 100644
--- a/arch/arm/boards/animeo_ip/init.c
+++ b/arch/arm/boards/animeo_ip/init.c
@@ -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,
 };
 
 /*
-- 
1.8.4.rc1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-09-18  6:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17  7:49 [PATCH 1/1] animeo_ip: fix macb pin mux and set phy interface as MII Jean-Christophe PLAGNIOL-VILLARD
2013-09-18  6:47 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox