Add SMBus bitmap for IT8622

IT8622 supports two external SMBus channels. Add bitmask to disable them
while accessing the chip.

Signed-off-by: Guenter Roeck <linux@roeck-us.net>
This commit is contained in:
Guenter Roeck
2017-10-01 15:28:24 -07:00
parent 68a88d99b7
commit 5ddfe6a940

1
it87.c
View File

@@ -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",