msm: board-8930: Update the PM8038 MPP init data
PM8038 MPP3 is not used for USB or HDMI control.
Therefore, remove the erroneous MPP initialization.
CRs-fixed: 376505
Change-Id: I9f3180cca989b1ae4b8065cc7fa62804603a2c99
Signed-off-by: Jay Chokshi <jchokshi@codeaurora.org>
diff --git a/arch/arm/mach-msm/board-8930-pmic.c b/arch/arm/mach-msm/board-8930-pmic.c
index e6a13b1..5abb9f8 100644
--- a/arch/arm/mach-msm/board-8930-pmic.c
+++ b/arch/arm/mach-msm/board-8930-pmic.c
@@ -98,10 +98,7 @@
};
/* Initial pm8038 MPP configurations */
-static struct pm8xxx_mpp_init pm8038_mpps[] __initdata = {
- /* External 5V regulator enable; shared by HDMI and USB_OTG switches. */
- PM8XXX_MPP_INIT(3, D_INPUT, PM8038_MPP_DIG_LEVEL_VPH, DIN_TO_INT),
-};
+static struct pm8xxx_mpp_init pm8038_mpps[] __initdata = {};
void __init msm8930_pm8038_gpio_mpp_init(void)
{