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

Commit b26e72fb authored by Ben Skeggs's avatar Ben Skeggs
Browse files

drm/nouveau: probe for adt7473 before f75375



There's a reported case where probing for f75375 causes the system
to hang completely, in this case there's an adt7473 at the same
i2c address.

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 1c2a679a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -265,8 +265,8 @@ nouveau_temp_probe_i2c(struct drm_device *dev)
	struct i2c_board_info info[] = {
		{ I2C_BOARD_INFO("w83l785ts", 0x2d) },
		{ I2C_BOARD_INFO("w83781d", 0x2d) },
		{ I2C_BOARD_INFO("f75375", 0x2e) },
		{ I2C_BOARD_INFO("adt7473", 0x2e) },
		{ I2C_BOARD_INFO("f75375", 0x2e) },
		{ I2C_BOARD_INFO("lm99", 0x4c) },
		{ }
	};