linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / arch / arm / plat-omap / ocpi.c
index 37792d4..5cc6775 100644 (file)
@@ -62,6 +62,9 @@ int ocpi_enable(void)
        if (!cpu_is_omap16xx())
                return -ENODEV;
 
+       /* Make sure there's clock for OCPI */
+       clk_enable(ocpi_ck);
+
        /* Enable access for OHCI in OCPI */
        val = omap_readl(OCPI_PROT);
        val &= ~0xff;