|
@@ -31,7 +31,6 @@
|
|
#include <asm/mach/map.h>
|
|
#include <asm/mach/map.h>
|
|
|
|
|
|
#include <mach/gpio.h>
|
|
#include <mach/gpio.h>
|
|
-#include <plat/mux.h>
|
|
|
|
#include <plat/board.h>
|
|
#include <plat/board.h>
|
|
#include <plat/common.h>
|
|
#include <plat/common.h>
|
|
#include <plat/gpmc.h>
|
|
#include <plat/gpmc.h>
|
|
@@ -238,7 +237,10 @@ static void __init omap_2430sdp_init(void)
|
|
omap_serial_init();
|
|
omap_serial_init();
|
|
omap2_hsmmc_init(mmc);
|
|
omap2_hsmmc_init(mmc);
|
|
omap2_usbfs_init(&sdp2430_usb_config);
|
|
omap2_usbfs_init(&sdp2430_usb_config);
|
|
|
|
+
|
|
|
|
+ omap_mux_init_signal("usb0hs_stp", OMAP_PULL_ENA | OMAP_PULL_UP);
|
|
usb_musb_init(&musb_board_data);
|
|
usb_musb_init(&musb_board_data);
|
|
|
|
+
|
|
board_smc91x_init();
|
|
board_smc91x_init();
|
|
|
|
|
|
/* Turn off secondary LCD backlight */
|
|
/* Turn off secondary LCD backlight */
|