|
@@ -119,6 +119,9 @@ int musb_platform_init(void)
|
|
stdby &= ~OMAP3_OTG_FORCESTDBY_STANDBY;
|
|
stdby &= ~OMAP3_OTG_FORCESTDBY_STANDBY;
|
|
writel(stdby, &otg->forcestdby);
|
|
writel(stdby, &otg->forcestdby);
|
|
|
|
|
|
|
|
+#ifdef CONFIG_OMAP3_EVM
|
|
|
|
+ musb_cfg.extvbus = omap3_evm_need_extvbus();
|
|
|
|
+#endif
|
|
platform_needs_initialization = 0;
|
|
platform_needs_initialization = 0;
|
|
}
|
|
}
|
|
|
|
|