aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/gpu/drm/i915/intel_dvo.c4
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