Skip to content

Commit

Permalink
ARM: OMAP2+: craneboard: register emac device
Browse files Browse the repository at this point in the history
This adds the required am35xx_emac_init() call to the craneboard init
function.

Signed-off-by: Mans Rullgard <mans@mansr.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
Mans Rullgard authored and Tony Lindgren committed May 9, 2012
1 parent ce7962f commit a0fcda3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-omap2/board-am3517crane.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "common.h"
#include <plat/usb.h>

#include "am35xx-emac.h"
#include "mux.h"
#include "control.h"

Expand Down Expand Up @@ -90,6 +91,7 @@ static void __init am3517_crane_init(void)
}

usbhs_init(&usbhs_bdata);
am35xx_emac_init(AM35XX_DEFAULT_MDIO_FREQUENCY, 1);
}

MACHINE_START(CRANEBOARD, "AM3517/05 CRANEBOARD")
Expand Down

0 comments on commit a0fcda3

Please sign in to comment.