diff options
Diffstat (limited to 'arch/arm/mach-omap2/omap_hwmod.c')
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod.c b/arch/arm/mach-omap2/omap_hwmod.c index cbb908dc5cf0..d7e6d5c8d171 100644 --- a/arch/arm/mach-omap2/omap_hwmod.c +++ b/arch/arm/mach-omap2/omap_hwmod.c | |||
@@ -4142,7 +4142,7 @@ void __init omap_hwmod_init(void) | |||
4142 | soc_ops.deassert_hardreset = _omap4_deassert_hardreset; | 4142 | soc_ops.deassert_hardreset = _omap4_deassert_hardreset; |
4143 | soc_ops.is_hardreset_asserted = _omap4_is_hardreset_asserted; | 4143 | soc_ops.is_hardreset_asserted = _omap4_is_hardreset_asserted; |
4144 | soc_ops.init_clkdm = _init_clkdm; | 4144 | soc_ops.init_clkdm = _init_clkdm; |
4145 | } else if (soc_is_am33xx()) { | 4145 | } else if (cpu_is_ti816x() || soc_is_am33xx()) { |
4146 | soc_ops.enable_module = _omap4_enable_module; | 4146 | soc_ops.enable_module = _omap4_enable_module; |
4147 | soc_ops.disable_module = _omap4_disable_module; | 4147 | soc_ops.disable_module = _omap4_disable_module; |
4148 | soc_ops.wait_target_ready = _omap4_wait_target_ready; | 4148 | soc_ops.wait_target_ready = _omap4_wait_target_ready; |