diff --git a/it87.c b/it87.c index 9d6d474..9edcb5a 100644 --- a/it87.c +++ b/it87.c @@ -617,6 +617,7 @@ static const struct it87_devices it87_devices[] = { .num_temp_offset = 3, .num_temp_map = 4, .peci_mask = 0x07, + .smbus_bitmap = BIT(1) | BIT(2), }, [it8625] = { .name = "it8625",