From 34a1d6cee7e92b78ede06db3dcebb304a6dc116a Mon Sep 17 00:00:00 2001 From: Jay Chokshi Date: Mon, 2 Jul 2012 19:09:45 -0700 Subject: [PATCH] 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 --- arch/arm/mach-msm/board-8930-pmic.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/arch/arm/mach-msm/board-8930-pmic.c b/arch/arm/mach-msm/board-8930-pmic.c index e6a13b13a33..5abb9f80cec 100644 --- a/arch/arm/mach-msm/board-8930-pmic.c +++ b/arch/arm/mach-msm/board-8930-pmic.c @@ -98,10 +98,7 @@ static struct pm8xxx_gpio_init pm8038_gpios[] __initdata = { }; /* 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) {