ARM: OMAP3: hwmod_data: add missing module_offs for MMC3
authorTero Kristo <t-kristo@ti.com>
Mon, 30 Oct 2017 09:11:03 +0000 (11:11 +0200)
committerTony Lindgren <tony@atomide.com>
Mon, 30 Oct 2017 16:14:50 +0000 (09:14 -0700)
MMC3 hwmod data is missing the module_offs definition. MMC3 belongs under
core, so add CORE_MOD for it.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/mach-omap2/omap_hwmod_3xxx_data.c

index c3276436b0aead51c20f6e158e5e4a8c01042718..c12e7b572a4195a8c614981969c2f12bc6796a5e 100644 (file)
@@ -1656,6 +1656,7 @@ static struct omap_hwmod omap3xxx_mmc3_hwmod = {
        .main_clk       = "mmchs3_fck",
        .prcm           = {
                .omap2 = {
+                       .module_offs = CORE_MOD,
                        .prcm_reg_id = 1,
                        .module_bit = OMAP3430_EN_MMC3_SHIFT,
                        .idlest_reg_id = 1,