soc/intel/adl: Correct comment on Energy Efficient Turbo setting

Commit 3ff85e5dcd ("soc/intel/alderlake:
Make Energy Efficient Turbo configurable") made the EnergyEfficientTurbo
User Product Data (UPD) adjustable, but it did not update the comment.

Change-Id: I34b8829efcfa3210950051e9b6d4d5a3c289ec93
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/86932
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Subrata Banik <subratabanik@google.com>
This commit is contained in:
Jeremy Compostella 2025-03-19 12:08:26 -07:00 committed by Matt DeVillier
commit 3c7a984e6b

View file

@ -1010,7 +1010,7 @@ static void fill_fsps_misc_power_params(FSP_S_CONFIG *s_cfg,
s_cfg->PsOnEnable = 1;
s_cfg->PkgCStateLimit = LIMIT_AUTO;
/* Disable Energy Efficient Turbo mode */
/* Set Energy Efficient Turbo mode */
s_cfg->EnergyEfficientTurbo = config->energy_efficient_turbo;
/* VccIn Aux Imon IccMax. Values are in 1/4 Amp increments and range is 0-512. */