From patchwork Fri Aug 20 20:10:24 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: kishore kadiyala X-Patchwork-Id: 120691 X-Patchwork-Delegate: khilman@deeprootsystems.com Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.4/8.14.3) with ESMTP id o7KKAMYD027692 for ; Fri, 20 Aug 2010 20:10:30 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752216Ab0HTUK3 (ORCPT ); Fri, 20 Aug 2010 16:10:29 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:34476 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751016Ab0HTUK3 (ORCPT ); Fri, 20 Aug 2010 16:10:29 -0400 Received: from dlep35.itg.ti.com ([157.170.170.118]) by devils.ext.ti.com (8.13.7/8.13.7) with ESMTP id o7KKAQIV031613 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 20 Aug 2010 15:10:26 -0500 Received: from dbdmail.itg.ti.com (localhost [127.0.0.1]) by dlep35.itg.ti.com (8.13.7/8.13.7) with ESMTP id o7KKAMAm015283; Fri, 20 Aug 2010 15:10:23 -0500 (CDT) Received: from 10.24.255.18 (SquirrelMail authenticated user x0099945); by dbdmail.itg.ti.com with HTTP; Sat, 21 Aug 2010 01:40:24 +0530 (IST) Message-ID: <16079.10.24.255.18.1282335024.squirrel@dbdmail.itg.ti.com> Date: Sat, 21 Aug 2010 01:40:24 +0530 (IST) Subject: [PATCH 01/10] [PM-WIP-MMC] OMAP2 HWMOD: Updating MMC Controller data From: "kishore kadiyala" To: linux-omap@vger.kernel.org Cc: khilman@deeprootsystems.com, tony@atomide.com, b-cousson@ti.com User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 X-Priority: 3 (Normal) Importance: Normal Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Fri, 20 Aug 2010 20:10:30 +0000 (UTC) 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),