diff options
author | Tero Kristo <t-kristo@ti.com> | 2012-04-25 06:05:21 +0000 |
---|---|---|
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | 2012-05-15 08:31:41 +0200 |
commit | 2d622b03f8d6dd47889ead0a4f5924c02a421df7 (patch) | |
tree | e4ba4597cd8dd9690d3c6be5691fa91eeb43defa /arch | |
parent | 71ee921de0650afbb0ec5dea1bab50b004718675 (diff) | |
download | u-boot-imx-2d622b03f8d6dd47889ead0a4f5924c02a421df7.zip u-boot-imx-2d622b03f8d6dd47889ead0a4f5924c02a421df7.tar.gz u-boot-imx-2d622b03f8d6dd47889ead0a4f5924c02a421df7.tar.bz2 |
omap4: do not enable auxiliary cores
Booting up these cores (dsp / ivahd / cortex-m3) is bad without
firmware running on them, and they will hang preventing any kind
of sleep transitions later on with the kernel.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: R Sricharan <r.sricharan@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/cpu/armv7/omap4/clocks.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/cpu/armv7/omap4/clocks.c b/arch/arm/cpu/armv7/omap4/clocks.c index fa78dae..c568951 100644 --- a/arch/arm/cpu/armv7/omap4/clocks.c +++ b/arch/arm/cpu/armv7/omap4/clocks.c @@ -452,10 +452,6 @@ void enable_non_essential_clocks(void) }; u32 *const clk_modules_hw_auto_non_essential[] = { - &prcm->cm_mpu_m3_mpu_m3_clkctrl, - &prcm->cm_ivahd_ivahd_clkctrl, - &prcm->cm_ivahd_sl2_clkctrl, - &prcm->cm_dsp_dsp_clkctrl, &prcm->cm_l3_2_gpmc_clkctrl, &prcm->cm_l3instr_l3_3_clkctrl, &prcm->cm_l3instr_l3_instr_clkctrl, |