Pārlūkot izejas kodu

ARM: OMAP2+: AM43XX: Enable autoidle for clks in am43xx_init_late

Add omap2_clk_enable_autoidle_all to am43xx_init_late otherwise the call
to omap2_clk_disable_autoidle_all in am43xx_init_early may cause some
clocks to always stay active and prevent low power mode transitions.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Dave Gerlach 10 gadi atpakaļ
vecāks
revīzija
08224a7d41
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      arch/arm/mach-omap2/io.c

+ 1 - 0
arch/arm/mach-omap2/io.c

@@ -676,6 +676,7 @@ void __init am43xx_init_early(void)
 void __init am43xx_init_late(void)
 void __init am43xx_init_late(void)
 {
 {
 	omap_common_late_init();
 	omap_common_late_init();
+	omap2_clk_enable_autoidle_all();
 }
 }
 #endif
 #endif