mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
drm/i915: enable gmbus on gen2
With the recent set of gmbus fixes, this seems to work on my i855gm. Acked-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
110447fc2f
commit
0fb3f969c8
1 changed files with 0 additions and 4 deletions
|
@ -389,10 +389,6 @@ int intel_setup_gmbus(struct drm_device *dev)
|
|||
bus->reg0 = i | GMBUS_RATE_100KHZ;
|
||||
|
||||
bus->has_gpio = intel_gpio_setup(bus, i);
|
||||
|
||||
/* XXX force bit banging until GMBUS is fully debugged */
|
||||
if (bus->has_gpio && IS_GEN2(dev))
|
||||
bus->force_bit = true;
|
||||
}
|
||||
|
||||
intel_i2c_reset(dev_priv->dev);
|
||||
|
|
Loading…
Reference in a new issue