summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/board-u5500.h
diff options
context:
space:
mode:
authorNikhil Bhandary <nikhil.bhandary@stericsson.com>2011-09-14 18:22:42 +0530
committerRajagopala V <rajagopala.v@stericsson.com>2011-09-22 14:41:44 +0530
commit36fc08941fe96cb5db9be5d93a2c9a2eabee8081 (patch)
treeb19ca07621c8821b2d66a8bbeb8c41cdd0142323 /arch/arm/mach-ux500/board-u5500.h
parent41fb326bdd6142c6e1b91e23e0f4090f94a53606 (diff)
mach-ux500: Functions to check for S5500 Board
ST-Ericsson Id: 351836 ST-Ericsson FOSS-OUT ID:Trivial Signed-off-by: Nikhil Bhandary <nikhil.bhandary@stericsson.com> Change-Id: I198445098f72bdca440a340f800a764ed83cc10c Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30968 Reviewed-by: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-u5500.h')
-rw-r--r--arch/arm/mach-ux500/board-u5500.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/board-u5500.h b/arch/arm/mach-ux500/board-u5500.h
index 5d6eb221e8f..1b53508e716 100644
--- a/arch/arm/mach-ux500/board-u5500.h
+++ b/arch/arm/mach-ux500/board-u5500.h
@@ -10,6 +10,7 @@
#define GPIO_SDMMC_CD 180
#define GPIO_MMC_CARD_CTRL 227
#define GPIO_MMC_CARD_VSEL 185
+#define GPIO_BOARD_VERSION 0
#define GPIO_PRIMARY_CAM_XSHUTDOWN 1
#define GPIO_SECONDARY_CAM_XSHUTDOWN 2
#define CYPRESS_TOUCH_INT_PIN 179
@@ -23,5 +24,6 @@ extern struct ab5500_regulator_platform_data u5500_ab5500_regulator_data;
extern void u5500_pins_init(void);
extern void __init u5500_regulators_init(void);
void u5500_cyttsp_init(void);
+bool is_s5500_board();
#endif