summaryrefslogtreecommitdiff
path: root/board/st/u8500/mmc_host.h
diff options
context:
space:
mode:
authorRabin Vincent <rabin.vincent@stericsson.com>2010-08-20 09:45:19 +0530
committerMichael BRANDT <michael.brandt@stericsson.com>2010-08-20 11:47:56 +0200
commita065ee95afbb9868dbb0c900d516ea45a8e0edff (patch)
treea0714e68037f5019ab05b61d18107ccba5425598 /board/st/u8500/mmc_host.h
parent33a2e90bf491f13a4546d09a6105582c0ba7f313 (diff)
ux500: add DB8500v2 support
- Add cpu_is_u8500v2() for identification: ASICID has moved, so use the MIDR for primary identification. - Handle the changed MTU0 enable bit - Handle the MMC DBLOCKSIZE field move ST-Ericsson ID: CR267426 Change-Id: Ieae6032cf4e96796a8b53cfb95b28b26d4cf9a7b Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/3960 Reviewed-by: Martin LUNDHOLM <martin.xa.lundholm@stericsson.com> Reviewed-by: Michael BRANDT <michael.brandt@stericsson.com>
Diffstat (limited to 'board/st/u8500/mmc_host.h')
-rw-r--r--board/st/u8500/mmc_host.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/st/u8500/mmc_host.h b/board/st/u8500/mmc_host.h
index 644f01b37..b33351f09 100644
--- a/board/st/u8500/mmc_host.h
+++ b/board/st/u8500/mmc_host.h
@@ -257,6 +257,7 @@ enum mmc_result {
#define SDI_DCTRL_DBOOTMODEEN (0x00002000) /* (1 << 13) */
#define SDI_DCTRL_BUSYMODE (0x00004000) /* (1 << 14) */
#define SDI_DCTRL_DDR_MODE (0x00008000) /* (1 << 15) */
+#define SDI_DCTRL_DBLOCKSIZE_V2_MASK (0x7fff0000)
#define SDI_FIFO_BURST_SIZE (8)