mb/system76/adl-p: oryp9: HACK: Further reduce power limits
System powers off on battery power when building the kernel. Reduce PL2 to 90W (2x TDP; same as oryp8) and limit PsysPL2 to 115W. Change-Id: If5de789a39b2db56b4e3043b2cd7a7f8ad36f8d4 Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
committed by
Tim Crawford
parent
428b7f6732
commit
ec5be45d26
@ -3,7 +3,8 @@ 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 = 115,
|
.tdp_pl2_override = 90,
|
||||||
|
.tdp_psyspl2 = 115,
|
||||||
.tdp_pl4 = 115,
|
.tdp_pl4 = 115,
|
||||||
}"
|
}"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user