commit | fc307df88f0d77505c19756d95be66c981c421ea | [log] [tgz] |
---|---|---|
author | Balaji T K <balajitk@ti.com> | Mon Apr 02 12:26:47 2012 +0530 |
committer | Chris Ball <cjb@laptop.org> | Thu Apr 05 20:32:30 2012 -0400 |
tree | 3a35a8261cddfa9afeda36d940dd0fb70013f952 | |
parent | b796450b4590dbaee2d31c85b04791cafacff9b4 [diff] |
mmc: omap_hsmmc: fix module re-insertion OMAP4 and OMAP3 HSMMC IP registers differ by 0x100 offset. Adding the offset to platform_device resource structure increments the start address for every insmod operation. MMC command fails on re-insertion as module due to incorrect register base. Fix this by updating the ioremap base address only. Signed-off-by: Balaji T K <balajitk@ti.com> Signed-off-by: Venkatraman S <svenkatr@ti.com> Signed-off-by: Chris Ball <cjb@laptop.org>