aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/power_limit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/power_limit.h b/src/soc/intel/common/block/include/intelblocks/power_limit.h
index 934eaa4be7..3f18126e9b 100644
--- a/src/soc/intel/common/block/include/intelblocks/power_limit.h
+++ b/src/soc/intel/common/block/include/intelblocks/power_limit.h
@@ -15,6 +15,8 @@
/* Default power limit value in secs */
#define MOBILE_SKU_PL1_TIME_SEC 28
+#define MILLIWATTS_TO_WATTS 1000
+
struct soc_power_limits_config {
/* PL1 Override value in Watts */
uint16_t tdp_pl1_override;