commit | 04e510bbcff312d278ee25bf70ea736c3aaeb028 | [log] [tgz] |
---|---|---|
author | Linux Build Service Account <lnxbuild@localhost> | Wed Dec 14 04:44:16 2011 -0800 |
committer | QuIC Gerrit Code Review <code-review@localhost> | Wed Dec 14 04:44:16 2011 -0800 |
tree | 6583c5a33a96d2105bd9c64b47815ede49c40ce7 | |
parent | c705858da06b679ace889b6ed704d306b3fee34a [diff] | |
parent | a2db4160c371bdebcd089e7e3c60c60df378d130 [diff] |
Merge "msm: board-8960-gpiomux: Configure PULL_UP for IRQ" into msm-3.0
diff --git a/arch/arm/mach-msm/board-8960-gpiomux.c b/arch/arm/mach-msm/board-8960-gpiomux.c index ce260e1..71713829 100644 --- a/arch/arm/mach-msm/board-8960-gpiomux.c +++ b/arch/arm/mach-msm/board-8960-gpiomux.c
@@ -247,7 +247,7 @@ static struct gpiomux_setting hdmi_active_3_cfg = { .func = GPIOMUX_FUNC_GPIO, .drv = GPIOMUX_DRV_2MA, - .pull = GPIOMUX_PULL_DOWN, + .pull = GPIOMUX_PULL_UP, .dir = GPIOMUX_IN, };