diff options
author | Tero Kristo <t-kristo@ti.com> | 2017-10-30 11:11:03 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-01-23 19:58:15 +0100 |
commit | 5455eef0f31ee57b02c059e998d8086975292024 (patch) | |
tree | 913012aac2f6100bc556f881f214a2746601cd54 /arch | |
parent | 33e4ca36aea63c87f15e393d34a0fa52d8337ea0 (diff) | |
download | linux-stable-5455eef0f31ee57b02c059e998d8086975292024.tar.gz linux-stable-5455eef0f31ee57b02c059e998d8086975292024.tar.bz2 linux-stable-5455eef0f31ee57b02c059e998d8086975292024.zip |
ARM: OMAP3: hwmod_data: add missing module_offs for MMC3
commit 3c4d296e58a23687f2076d8ad531e6ae2b725846 upstream.
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>
Cc: Adam Ford <aford173@gmail.com>
Fixes: 6c0afb503937 ("clk: ti: convert to use proper register definition for all accesses")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch')
-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 = { .main_clk = "mmchs3_fck", .prcm = { .omap2 = { + .module_offs = CORE_MOD, .prcm_reg_id = 1, .module_bit = OMAP3430_EN_MMC3_SHIFT, .idlest_reg_id = 1, |