@@ -170,8 +170,8 @@ static struct omap_hwmod omap2430_mpu_hwmod = {
/* MMC/SD/SDIO common */
static struct omap_hwmod_sysconfig mmc_if_ctrl = {
- .rev_offs = 0x10,
- .sysc_offs = 0x14,
+ .sysc_offs = 0x10,
+ .syss_offs = 0x14,
.sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
SYSC_HAS_AUTOIDLE | SYSS_MISSING),
@@ -236,8 +236,8 @@ static struct omap_hwmod omap34xx_mpu_hwmod = {
/* MMC/SD/SDIO common */
static struct omap_hwmod_sysconfig mmc_if_ctrl = {
- .rev_offs = 0x10,
- .sysc_offs = 0x14,
+ .sysc_offs = 0x10,
+ .syss_offs = 0x14,
.sysc_flags = (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
SYSC_HAS_AUTOIDLE),
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com> --- arch/arm/mach-omap2/omap_hwmod_2430.h | 4 ++-- arch/arm/mach-omap2/omap_hwmod_34xx.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-)