bus: ti-sysc: Pass clockactivity quirk to platform functions
authorTony Lindgren <tony@atomide.com>
Fri, 22 Mar 2019 15:08:06 +0000 (08:08 -0700)
committerTony Lindgren <tony@atomide.com>
Fri, 5 Apr 2019 22:10:36 +0000 (15:10 -0700)
We already have the clockactivity quirk set for some modules like i2c,
timers and smartreflex. But we're not passing it to the platform functions
yet. Let's start doing that in preparation of dropping interconnect target
module platform data in favor of device tree based data.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod.c

index a985844dbe3943a7544675bdd510ce0dc10cf766..4a924e444f8d37b0cd3674e0833e856b3df8aee1 100644 (file)
@@ -3681,6 +3681,8 @@ int omap_hwmod_init_module(struct device *dev,
                oh->flags |= HWMOD_INIT_NO_IDLE;
        if (data->cfg->quirks & SYSC_QUIRK_NO_RESET_ON_INIT)
                oh->flags |= HWMOD_INIT_NO_RESET;
+       if (data->cfg->quirks & SYSC_QUIRK_USE_CLOCKACT)
+               oh->flags |= HWMOD_SET_DEFAULT_CLOCKACT;
 
        error = omap_hwmod_check_module(dev, oh, data, sysc_fields,
                                        rev_offs, sysc_offs, syss_offs,