mb/system76/adl-p: oryp9: Adjust power limits again
- Limit PL4 to 72W (1.6x TDP) - Increase PL2 back to coreboot default value of 115W - Increase PsysPL2 to 135W Change-Id: I6d25a92d523d1d73dc6cdea6b630a47a832a54b6 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
df09f534d8
commit
2b030e54fd
@ -3,9 +3,9 @@ chip soc/intel/alderlake
|
|||||||
# EC will set PL4 on AC adapter plug/unplug
|
# EC will set PL4 on AC adapter plug/unplug
|
||||||
register "power_limits_config[ADL_P_642_682_45W_CORE]" = "{
|
register "power_limits_config[ADL_P_642_682_45W_CORE]" = "{
|
||||||
.tdp_pl1_override = 45,
|
.tdp_pl1_override = 45,
|
||||||
.tdp_pl2_override = 90,
|
.tdp_pl2_override = 115,
|
||||||
.tdp_psyspl2 = 115,
|
.tdp_psyspl2 = 135,
|
||||||
.tdp_pl4 = 115,
|
.tdp_pl4 = 72,
|
||||||
}"
|
}"
|
||||||
|
|
||||||
# Thermal
|
# Thermal
|
||||||
|
Reference in New Issue
Block a user