diff mbox

[02/10,PM-WIP-MMC] OMAP3 HWMOD: Updating MMC controller data

Message ID 16081.10.24.255.18.1282335031.squirrel@dbdmail.itg.ti.com (mailing list archive)
State Changes Requested
Delegated to: Kevin Hilman
Headers show

Commit Message

kishore kadiyala Aug. 20, 2010, 8:10 p.m. UTC
None
diff mbox

Patch

diff --git a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
index 6536afe..6412cc4 100644
--- a/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_3xxx_data.c
@@ -527,8 +527,9 @@  static struct omap_hwmod omap3xxx_uart4_hwmod = {
 /* MMC/SD/SDIO common */

 static struct omap_hwmod_class_sysconfig mmc_sysc = {
-	.rev_offs	= 0x10,
-	.sysc_offs	= 0x14,
+	.rev_offs	= 0x1FC,
+	.sysc_offs	= 0x10,
+	.syss_offs	= 0x14,
 	.sysc_flags	= (SYSC_HAS_CLOCKACTIVITY | SYSC_HAS_SIDLEMODE |
 			   SYSC_HAS_ENAWAKEUP | SYSC_HAS_SOFTRESET |
 			   SYSC_HAS_AUTOIDLE),