summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlipeng <peng.li@linux.intel.com>2008-07-15 10:26:33 -0700
committerEric Anholt <eric@anholt.net>2008-07-15 10:27:02 -0700
commita76ae7cab3001ce6639ae23fb0769c4e46b57e71 (patch)
treef3635640e421b2b830732c44d48e38e2fb122af1
parent5054a86b1b362f3f63310afb9ef2d37c9f1cfca5 (diff)
Fix GPIO pin usage for DDC on second HDMI port.
-rw-r--r--src/i830_hdmi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_hdmi.c b/src/i830_hdmi.c
index 72d4c631..b738463c 100644
--- a/src/i830_hdmi.c
+++ b/src/i830_hdmi.c
@@ -225,7 +225,7 @@ i830_hdmi_init(ScrnInfoPtr pScrn, int output_reg)
if (output_reg == SDVOB)
I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOE, "HDMIDDC_B");
else
- I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOE, "HDMIDDC_C");
+ I830I2CInit(pScrn, &intel_output->pDDCBus, GPIOD, "HDMIDDC_C");
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
"HDMI output %d detected\n",