diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 07:34:25 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-09-21 07:50:13 -0400 |
commit | a6b17b4367ed5d9bac94bc87d1489de3847fce98 (patch) | |
tree | 47101cae7c0aed210d36b43b2b50a0391403cdf3 | |
parent | cdd59983118c02d9c5ba0c116ded1faef47ec452 (diff) |
drm/i915: Use the correct DPB GMBUS port for GPIOE
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | drivers/gpu/drm/i915/intel_dvo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/i915/intel_dvo.c b/drivers/gpu/drm/i915/intel_dvo.c index ad28bc4fb732..561fbc34cec8 100644 --- a/drivers/gpu/drm/i915/intel_dvo.c +++ b/drivers/gpu/drm/i915/intel_dvo.c | |||
@@ -72,7 +72,7 @@ static const struct intel_dvo_device intel_dvo_devices[] = { | |||
72 | .name = "ch7017", | 72 | .name = "ch7017", |
73 | .dvo_reg = DVOC, | 73 | .dvo_reg = DVOC, |
74 | .slave_addr = 0x75, | 74 | .slave_addr = 0x75, |
75 | .gpio = GMBUS_PORT_DPD, | 75 | .gpio = GMBUS_PORT_DPB, |
76 | .dev_ops = &ch7017_ops, | 76 | .dev_ops = &ch7017_ops, |
77 | } | 77 | } |
78 | }; | 78 | }; |
@@ -386,7 +386,7 @@ void intel_dvo_init(struct drm_device *dev) | |||
386 | else if (dvo->type == INTEL_DVO_CHIP_LVDS) | 386 | else if (dvo->type == INTEL_DVO_CHIP_LVDS) |
387 | gpio = GMBUS_PORT_PANEL; | 387 | gpio = GMBUS_PORT_PANEL; |
388 | else | 388 | else |
389 | gpio = GMBUS_PORT_DPD; | 389 | gpio = GMBUS_PORT_DPB; |
390 | 390 | ||
391 | /* Set up the I2C bus necessary for the chip we're probing. | 391 | /* Set up the I2C bus necessary for the chip we're probing. |
392 | * It appears that everything is on GPIOE except for panels | 392 | * It appears that everything is on GPIOE except for panels |