commit | 5f016ba3a02d2e11e4d5bc741d31741666f76539 | [log] [tgz] |
---|---|---|
author | Mugunthan V N <mugunthanvnm@ti.com> | Mon Sep 28 12:56:28 2015 +0530 |
committer | Tom Rini <trini@konsulko.com> | Thu Oct 22 14:22:28 2015 -0400 |
tree | 7d5c96605064b802c0054536f8af1544e8c71740 | |
parent | 0f14831087ff110eb803af988b5cf75e4e2f3e6f [diff] |
omap_hsmmc: update struct hsmmc to accomodate base address from DT Existing driver gets the actual omap hammc base address + 0x100 bytes as the first 0x100 bytes is not used by the driver. But with DM conversion the base address from DT is different, to accommodate the offset adding res0[0x100] to struct hsmmc. Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>