msm: board: Add TABLA codec GPIO configuration
Configure TABLA reset GPIO by adding it to the board-8xxx-pmic table
since it is a one time configuration.
Change-Id: I2f97c8042e812bbd63450b02518839c06b6d572d
Signed-off-by: Shiv Maliyappanahalli <smaliyap@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8064-pmic.c b/arch/arm/mach-msm/board-8064-pmic.c
index 27952f4..364df81 100644
--- a/arch/arm/mach-msm/board-8064-pmic.c
+++ b/arch/arm/mach-msm/board-8064-pmic.c
@@ -122,6 +122,8 @@
PM8921_GPIO_OUTPUT(20, 0, HIGH),
PM8921_GPIO_INPUT(35, PM_GPIO_PULL_UP_1P5),
PM8921_GPIO_INPUT(38, PM_GPIO_PULL_UP_1P5),
+ /* TABLA CODEC RESET */
+ PM8921_GPIO_OUTPUT(34, 1, MED),
};
static struct pm8xxx_gpio_init pm8921_mtp_kp_gpios[] __initdata = {