aboutsummaryrefslogtreecommitdiff
path: root/src/superio/ite/it8772f/chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/superio/ite/it8772f/chip.h')
-rw-r--r--src/superio/ite/it8772f/chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/superio/ite/it8772f/chip.h b/src/superio/ite/it8772f/chip.h
index 78ded22b5d..0d80fb833c 100644
--- a/src/superio/ite/it8772f/chip.h
+++ b/src/superio/ite/it8772f/chip.h
@@ -18,6 +18,7 @@
#define SUPERIO_ITE_IT8772F_CHIP_H
#include <device/device.h>
+#include "it8772f.h"
struct superio_ite_it8772f_config {
/* GPIO SimpleIO register values via devicetree.cb */
@@ -37,6 +38,12 @@ struct superio_ite_it8772f_config {
u8 peci_tmpin;
/*
+ * Enable thermal mode on tmpinx.
+ */
+ enum thermal_mode tmpin1_mode;
+ enum thermal_mode tmpin2_mode;
+
+ /*
* Enable a FAN for sofware control.
*/
u8 fan1_enable;