diff options
Diffstat (limited to 'arch/arm/mach-omap2/irq.c')
-rw-r--r-- | arch/arm/mach-omap2/irq.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/irq.c b/arch/arm/mach-omap2/irq.c index 32eeabe9d2ab..85bf8ca95fd3 100644 --- a/arch/arm/mach-omap2/irq.c +++ b/arch/arm/mach-omap2/irq.c | |||
@@ -284,7 +284,10 @@ void omap3_intc_suspend(void) | |||
284 | 284 | ||
285 | void omap3_intc_prepare_idle(void) | 285 | void omap3_intc_prepare_idle(void) |
286 | { | 286 | { |
287 | /* Disable autoidle as it can stall interrupt controller */ | 287 | /* |
288 | * Disable autoidle as it can stall interrupt controller, | ||
289 | * cf. errata ID i540 for 3430 (all revisions up to 3.1.x) | ||
290 | */ | ||
288 | intc_bank_write_reg(0, &irq_banks[0], INTC_SYSCONFIG); | 291 | intc_bank_write_reg(0, &irq_banks[0], INTC_SYSCONFIG); |
289 | } | 292 | } |
290 | 293 | ||