msm8909: Configure the EBI2 HDRV and pulls for EBI2

EBI2_EMMC_GPIO_CFG register is used to select the Nand, eMMC
alternate function on the GPIO, these are implemented as special
functions to avoid configuration of individual GPIOs. One bit
configuration selects the NAND/eMMC alternate function on the GPIO.

Change-Id: I0d88401be51b41a982d9db65e08cf987f25dd661
diff --git a/platform/msm8909/include/platform/iomap.h b/platform/msm8909/include/platform/iomap.h
index dfc02cc..024e53f 100644
--- a/platform/msm8909/include/platform/iomap.h
+++ b/platform/msm8909/include/platform/iomap.h
@@ -239,4 +239,6 @@
 #define BOOT_CONFIG_OFFSET          0x0000602C
 #define BOOT_CONFIG_REG             (SEC_CTRL_CORE_BASE + BOOT_CONFIG_OFFSET)
 
+/* EBI2 */
+#define TLMM_EBI2_EMMC_GPIO_CFG     (TLMM_BASE_ADDR + 0x00111000)
 #endif