]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/plat-omap/dsp/dsp_common.c
ARM: OMAP: DSPGW: set autoidle for dsp and mailbox
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / dsp / dsp_common.c
index 2691601892a40d26ec9c0a1040ec098283744a4a..c65089d8ea57a310bb1e688e6bb4921ec065b516 100644 (file)
@@ -305,6 +305,8 @@ static int __init omap_dsp_init(void)
                return -ENODEV;
        }
 
+       dsp_clk_autoidle();
+
 #if defined(CONFIG_ARCH_OMAP1)
        dsp_ck_handle = clk_get(NULL, "dsp_ck");
        if (IS_ERR(dsp_ck_handle)) {