Skip to content

Commit 0be1007

Browse files
frankcrawfordgroeck
authored andcommitted
hwmon: (it87) Disable/enable SMBus access for IT8622E chipset
Configure the IT8622E chip to disable/re-enable access via an SMBus when reading or writing the chip's registers. Signed-off-by: Frank Crawford <frank@crawford.emu.id.au> Signed-off-by: Guenter Roeck <linux@roeck-us.net>
1 parent 376e1a9 commit 0be1007

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/hwmon/it87.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ static const struct it87_devices it87_devices[] = {
474474
| FEAT_FIVE_PWM | FEAT_IN7_INTERNAL | FEAT_PWM_FREQ2
475475
| FEAT_AVCC3 | FEAT_VIN3_5V,
476476
.peci_mask = 0x07,
477+
.smbus_bitmap = BIT(1) | BIT(2),
477478
},
478479
[it8628] = {
479480
.name = "it8628",

0 commit comments

Comments
 (0)