diff options
-rw-r--r-- | src/soc/intel/meteorlake/chip.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/chip.h b/src/soc/intel/meteorlake/chip.h index 1b08ccdbd6..0c76b7cda0 100644 --- a/src/soc/intel/meteorlake/chip.h +++ b/src/soc/intel/meteorlake/chip.h @@ -515,6 +515,9 @@ struct soc_intel_meteorlake_config { /* Platform Power Pmax in Watts. Zero means automatic. */ uint16_t psys_pmax_watts; + /* Platform Power Limit 2 in Watts. */ + uint16_t psys_pl2_watts; + /* Enable or Disable Acoustic Noise Mitigation feature */ uint8_t enable_acoustic_noise_mitigation; /* Disable Fast Slew Rate for Deep Package C States for VR domains */ |