Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 826c7e41 authored by Jean Delvare's avatar Jean Delvare Committed by Dave Airlie
Browse files

Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"



Revert commit 8f9a3f9b. This fixes a
hang when loading the eeprom driver (see bug #35572.) GMBUS will be
re-enabled later, differently.

Signed-off-by: default avatarJean Delvare <khali@linux-fr.org>
Reported-by: default avatarMarek Otahal <markotahal@gmail.com>
Tested-by: default avatarYermandu Patapitafious <yermandu.dev@gmail.com>
Tested-by: default avatarAndrew Lutomirski <luto@mit.edu>
Acked-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent cafe8d84
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -401,7 +401,6 @@ int intel_setup_gmbus(struct drm_device *dev)
		bus->reg0 = i | GMBUS_RATE_100KHZ;

		/* XXX force bit banging until GMBUS is fully debugged */
		if (IS_GEN2(dev))
		bus->force_bit = intel_gpio_create(dev_priv, i);
	}