diff mbox

[1/2] OMAP2/3: HS-MMC: correct hwmod offsets for SYSCONFIG/SYSSTATUS

Message ID 1247012257-19407-2-git-send-email-khilman@deeprootsystems.com (mailing list archive)
State Accepted
Delegated to: Kevin Hilman
Headers show

Commit Message

Kevin Hilman July 8, 2009, 12:17 a.m. UTC
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(-)
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/omap_hwmod_2430.h b/arch/arm/mach-omap2/omap_hwmod_2430.h
index 0ae23f3..48077c7 100644
--- a/arch/arm/mach-omap2/omap_hwmod_2430.h
+++ b/arch/arm/mach-omap2/omap_hwmod_2430.h
@@ -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),
diff --git a/arch/arm/mach-omap2/omap_hwmod_34xx.h b/arch/arm/mach-omap2/omap_hwmod_34xx.h
index afc3cd4..34319c3 100644
--- a/arch/arm/mach-omap2/omap_hwmod_34xx.h
+++ b/arch/arm/mach-omap2/omap_hwmod_34xx.h
@@ -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),