summaryrefslogtreecommitdiff
path: root/board/st/u8500/common.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/common.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/common.h')
-rw-r--r--board/st/u8500/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/board/st/u8500/common.h b/board/st/u8500/common.h
index a11b605f5..25dd35efe 100644
--- a/board/st/u8500/common.h
+++ b/board/st/u8500/common.h
@@ -128,6 +128,10 @@ typedef u32 t_logical_address;
/*function prototypes*/
void gpio_init(void);
+
int u8500_is_earlydrop(void);
+int cpu_is_u8500v11(void);
+int cpu_is_u8500v1(void);
+int cpu_is_u8500v2(void);
#endif /* _COMMON_H_ */