summaryrefslogtreecommitdiffstats
path: root/src/drivers/i2c/w83795/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/drivers/i2c/w83795/chip.h')
-rw-r--r--src/drivers/i2c/w83795/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/drivers/i2c/w83795/chip.h b/src/drivers/i2c/w83795/chip.h
index c8a42ea971af..9a3f8475fbe7 100644
--- a/src/drivers/i2c/w83795/chip.h
+++ b/src/drivers/i2c/w83795/chip.h
@@ -139,4 +139,11 @@ struct drivers_i2c_w83795_config {
uint8_t fan6_duty; /* % of full speed (0-100) */
uint8_t fan7_duty; /* % of full speed (0-100) */
uint8_t fan8_duty; /* % of full speed (0-100) */
+
+ uint8_t smbus_aux; /* 0 == device located on primary SMBUS,
+ * 1 == device located on first auxiliary
+ * SMBUS channel,
+ * <n> == device located on <n> auxiliary
+ * SMBUS channel
+ */
};