Updating OMAP2 hwmod data file with correct register offsets for
MMC controllers.

Cc: Kevin Hilman <khil...@deeprootsystems.com>
Cc: Benoit Cousson <b-cous...@ti.com>
Signed-off-by: Kishore Kadiyala <kishore.kadiy...@ti.com>
---
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/arch/arm/mach-omap2/omap_hwmod_2430_data.c 
b/arch/arm/mach-omap2/omap_hwmod_2430_data.c
index cec1671..d342f58 100644
--- a/arch/arm/mach-omap2/omap_hwmod_2430_data.c
+++ b/arch/arm/mach-omap2/omap_hwmod_2430_data.c
@@ -401,8 +401,9 @@ static struct omap_hwmod omap2430_uart3_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 | SYSS_MISSING),
-- 
1.7.0.4

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to