Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0fcda3e authored by Mans Rullgard's avatar Mans Rullgard Committed by Tony Lindgren
Browse files

ARM: OMAP2+: craneboard: register emac device



This adds the required am35xx_emac_init() call to the craneboard init
function.

Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent ce7962f9
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -30,6 +30,7 @@
#include "common.h"
#include "common.h"
#include <plat/usb.h>
#include <plat/usb.h>


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


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


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


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