diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-07-27 10:27:44 -0600 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-07-31 13:57:01 +0000 |
commit | 64b4253a3edf90ea48b3c8d92bd538a954726486 (patch) | |
tree | 81c85a8b025b32a507fd963591a78e90fd7a0b25 /src | |
parent | 79a372036bb81cf7259c7d9f8775ef842be225ce (diff) |
mb/system76/rpl: galp7: Remove PL4 value
System76 EC since system76/ec@99dfbeaec3b8 sets PL4 values through PECI
based on AC state for all boards. Remove the static PL4 value from
coreboot since it won't be used.
Change-Id: I2bc37f12aab11910b4fe029efcee891a93257529
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76752
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jeremy Soller <jeremy@system76.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/system76/rpl/variants/galp7/overridetree.cb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mainboard/system76/rpl/variants/galp7/overridetree.cb b/src/mainboard/system76/rpl/variants/galp7/overridetree.cb index ee538fc2a7..c868054a62 100644 --- a/src/mainboard/system76/rpl/variants/galp7/overridetree.cb +++ b/src/mainboard/system76/rpl/variants/galp7/overridetree.cb @@ -2,7 +2,6 @@ chip soc/intel/alderlake register "power_limits_config[RPL_P_682_642_482_45W_CORE]" = "{ .tdp_pl1_override = 45, .tdp_pl2_override = 78, - .tdp_pl4 = 90, }" device domain 0 on |