aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/skx
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/skx')
-rw-r--r--src/soc/intel/xeon_sp/skx/chip.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/skx/chip.h b/src/soc/intel/xeon_sp/skx/chip.h
index 4ee1ac0a0d..b852c4a128 100644
--- a/src/soc/intel/xeon_sp/skx/chip.h
+++ b/src/soc/intel/xeon_sp/skx/chip.h
@@ -5,6 +5,7 @@
#include <stdint.h>
#include <intelblocks/cfg.h>
+#include <soc/acpi.h>
#include <soc/gpio.h>
#include <soc/irq.h>
@@ -73,6 +74,8 @@ struct soc_intel_xeon_sp_skx_config {
/* TCC activation offset */
uint32_t tcc_offset;
+
+ enum acpi_cstate_mode cstate_states;
};
typedef struct soc_intel_xeon_sp_skx_config config_t;