summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrankChu <frank_chu@pegatron.corp-partner.google.com>2021-09-15 10:38:04 +0800
committerFelix Held <felix-coreboot@felixheld.de>2021-09-28 19:04:15 +0000
commitd3b6d84e11ffa19c7d9f9f9cfaadf1c8256c1d5e (patch)
tree090e698097877e8be27ac2f5ab685f3ecc5e10ac /src
parentd326e44959394b06d3c5a595379463a5e621eab9 (diff)
downloadcoreboot-d3b6d84e11ffa19c7d9f9f9cfaadf1c8256c1d5e.tar.gz
coreboot-d3b6d84e11ffa19c7d9f9f9cfaadf1c8256c1d5e.tar.bz2
coreboot-d3b6d84e11ffa19c7d9f9f9cfaadf1c8256c1d5e.zip
mb/google/dedede/var/galtic: Update PL1 min and max for Galith/Gallop
Update PL1 min and max values to 6 W for Galith/Gallop systems. BUG=b:201010771 BRANCH=None TEST=Build and verify on Galith/Gallop system Signed-off-by: FrankChu <frank_chu@pegatron.corp-partner.google.com> Change-Id: I0dfda3c2c830a2ce203668431f396859e782aa3c Reviewed-on: https://review.coreboot.org/c/coreboot/+/57654 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/mainboard/google/dedede/variants/galtic/overridetree.cb4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/dedede/variants/galtic/overridetree.cb b/src/mainboard/google/dedede/variants/galtic/overridetree.cb
index db38af659297..ba1c4b29897b 100644
--- a/src/mainboard/google/dedede/variants/galtic/overridetree.cb
+++ b/src/mainboard/google/dedede/variants/galtic/overridetree.cb
@@ -82,8 +82,8 @@ chip soc/intel/jasperlake
## Power Limits Control
register "controls.power_limits" = "{
.pl1 = {
- .min_power = 4500,
- .max_power = 7000,
+ .min_power = 6000,
+ .max_power = 6000,
.time_window_min = 1 * MSECS_PER_SEC,
.time_window_max = 1 * MSECS_PER_SEC,
.granularity = 200,