From 5ddfe6a9406a66a675384a0a019d307a4f74db86 Mon Sep 17 00:00:00 2001 From: Guenter Roeck Date: Sun, 1 Oct 2017 15:28:24 -0700 Subject: [PATCH] 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 --- it87.c | 1 + 1 file changed, 1 insertion(+) 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", -- 2.39.2