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:
1
it87.c
1
it87.c
@@ -617,6 +617,7 @@ static const struct it87_devices it87_devices[] = {
|
|||||||
.num_temp_offset = 3,
|
.num_temp_offset = 3,
|
||||||
.num_temp_map = 4,
|
.num_temp_map = 4,
|
||||||
.peci_mask = 0x07,
|
.peci_mask = 0x07,
|
||||||
|
.smbus_bitmap = BIT(1) | BIT(2),
|
||||||
},
|
},
|
||||||
[it8625] = {
|
[it8625] = {
|
||||||
.name = "it8625",
|
.name = "it8625",
|
||||||
|
Reference in New Issue
Block a user