work in progress of usb controller and usb stack for omap3
diff --git a/platform/omap3/i2c.c b/platform/omap3/i2c.c
index 1c3efee..ad07d29 100644
--- a/platform/omap3/i2c.c
+++ b/platform/omap3/i2c.c
@@ -230,6 +230,10 @@
 {
 	LTRACE_ENTRY;
 
+	/* enable clocks on i2c 0-2 */
+	RMWREG32(CM_FCLKEN1_CORE, 15, 3, 0x7),
+	RMWREG32(CM_ICLKEN1_CORE, 15, 3, 0x7),
+
 	i2c_reset_bus(0);
 	i2c_reset_bus(1);
 	i2c_reset_bus(2);