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>
This commit is contained in:
Jay Chokshi
2012-07-02 19:09:45 -07:00
committed by Stephen Boyd
parent 70e7d3b5db
commit 34a1d6cee7

View File

@@ -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)
{