From ec5be45d263f917fccfb9008eff4fef43539019a Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Wed, 13 Jul 2022 15:43:27 -0600 Subject: [PATCH] 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 --- src/mainboard/system76/adl-p/variants/oryp9/overridetree.cb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/system76/adl-p/variants/oryp9/overridetree.cb b/src/mainboard/system76/adl-p/variants/oryp9/overridetree.cb index 51fbfbb2b7..be334209fa 100644 --- a/src/mainboard/system76/adl-p/variants/oryp9/overridetree.cb +++ b/src/mainboard/system76/adl-p/variants/oryp9/overridetree.cb @@ -3,7 +3,8 @@ chip soc/intel/alderlake # EC will set PL4 on AC adapter plug/unplug register "power_limits_config[ADL_P_642_682_45W_CORE]" = "{ .tdp_pl1_override = 45, - .tdp_pl2_override = 115, + .tdp_pl2_override = 90, + .tdp_psyspl2 = 115, .tdp_pl4 = 115, }"