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

Commit 83ee9e64 authored by Daniel Vetter's avatar Daniel Vetter
Browse files

drm/i915: disable gmbus on i830

parent edc912f5
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -490,6 +490,10 @@ int intel_setup_gmbus(struct drm_device *dev)
		/* By default use a conservative clock rate */
		bus->reg0 = port | GMBUS_RATE_100KHZ;

		/* gmbus seems to be broken on i830 */
		if (IS_I830(dev))
			bus->force_bit = true;

		intel_gpio_setup(bus, port);
	}