diff --git a/src/soc/intel/alderlake/cpu.c b/src/soc/intel/alderlake/cpu.c index 1ae95e60dc..039b131dca 100644 --- a/src/soc/intel/alderlake/cpu.c +++ b/src/soc/intel/alderlake/cpu.c @@ -301,10 +301,10 @@ uint8_t get_supported_lpm_mask(void) case ADL_M: /* fallthrough */ case ADL_N: case ADL_P: - case RPL_HX: case RPL_P: return LPM_S0i2_0 | LPM_S0i3_0; case ADL_S: + case RPL_HX: return LPM_S0i2_0 | LPM_S0i2_1; default: printk(BIOS_ERR, "Unknown ADL CPU type: %d\n", type);