diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-10-30 05:11:03 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2017-10-30 12:14:50 -0400 |
commit | 3c4d296e58a23687f2076d8ad531e6ae2b725846 (patch) | |
tree | 39f9a1c9fb764b9525baf835fcae10fff569cf52 | |
parent | 4afa616ce937f88d9a69a71b8c561551596a81e3 (diff) |
ARM: OMAP3: hwmod_data: add missing module_offs for MMC3
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>
-rw-r--r-- | arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c index c3276436b0ae..c12e7b572a41 100644 --- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c +++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c | |||
@@ -1656,6 +1656,7 @@ static struct omap_hwmod omap3xxx_mmc3_hwmod = { | |||
1656 | .main_clk = "mmchs3_fck", | 1656 | .main_clk = "mmchs3_fck", |
1657 | .prcm = { | 1657 | .prcm = { |
1658 | .omap2 = { | 1658 | .omap2 = { |
1659 | .module_offs = CORE_MOD, | ||
1659 | .prcm_reg_id = 1, | 1660 | .prcm_reg_id = 1, |
1660 | .module_bit = OMAP3430_EN_MMC3_SHIFT, | 1661 | .module_bit = OMAP3430_EN_MMC3_SHIFT, |
1661 | .idlest_reg_id = 1, | 1662 | .idlest_reg_id = 1, |