From: Guenter Roeck Date: Sun, 1 Oct 2017 22:28:24 +0000 (-0700) Subject: Add SMBus bitmap for IT8622 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ddfe6a9406a66a675384a0a019d307a4f74db86;p=groeck-it87 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 --- 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",