Commit 067c0e4c4585f97ea79a4128a846216638b50cd1

Authored by Dave Gerlach
Committed by Rajendra Nayak
1 parent cded57cf52

ARM: OMAP2+: hwmod_33xx: Remove L3_CLKCTRL for AM43XX

Remove linkage of AM43XX_CM_PER_L3_CLKCTRL_OFFSET to l3_hwmod on
AM43XX to prevent driver bound to L3 from attempting to idle clock
at suspend time as this must be handled later by CM3 in suspend path
or system will hang.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/arm/mach-omap2/omap_hwmod_33xx_data.c
... ... @@ -2767,7 +2767,6 @@
2767 2767 CLKCTRL(am33xx_mcasp0_hwmod, AM43XX_CM_PER_MCASP0_CLKCTRL_OFFSET);
2768 2768 CLKCTRL(am33xx_mcasp1_hwmod, AM43XX_CM_PER_MCASP1_CLKCTRL_OFFSET);
2769 2769 CLKCTRL(am33xx_l4_ls_hwmod, AM43XX_CM_PER_L4LS_CLKCTRL_OFFSET);
2770   - CLKCTRL(am33xx_l3_main_hwmod, AM43XX_CM_PER_L3_CLKCTRL_OFFSET);
2771 2770 CLKCTRL(am33xx_tpcc_hwmod, AM43XX_CM_PER_TPCC_CLKCTRL_OFFSET);
2772 2771 CLKCTRL(am33xx_tptc0_hwmod, AM43XX_CM_PER_TPTC0_CLKCTRL_OFFSET);
2773 2772 CLKCTRL(am33xx_tptc1_hwmod, AM43XX_CM_PER_TPTC1_CLKCTRL_OFFSET);