mmc: omap4: hsmmc: Fix improper card detection while booting
commitb432b4b3440a34c1430fcd66bab783640724bd28
authorkishore kadiyala <kishore.kadiyala@ti.com>
Thu, 18 Nov 2010 03:35:32 +0000 (17 22:35 -0500)
committerChris Ball <cjb@laptop.org>
Thu, 18 Nov 2010 03:37:44 +0000 (17 22:37 -0500)
treea549317ca28b53975bd4b9ffcc68e6863fbc7018
parentd9bcbf343ec63e1104b5276195888ee06b4d086f
mmc: omap4: hsmmc: Fix improper card detection while booting

While booting OMAP4 ES2.0 boards, cards on MMC1 and MMC2 controllers
are not getting detected sometimes.

During reset of command/data line, wrong pointer to base address
was passed while read operation to SYSCTL register, thus impacting
the updated reset logic.

Passing the correct base address fixes the issue.

Signed-off-by: Kishore Kadiyala <kishore.kadiyala@ti.com>
Acked-by: Felipe Balbi <balbi@ti.com>
Acked-by: Madhusudhan Chikkature <madhu.cr@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Chris Ball <cjb@laptop.org>
drivers/mmc/host/omap_hsmmc.c