From f1d0c828d74db259d4be64b498455bd031e7148c Mon Sep 17 00:00:00 2001 From: Sumeet Pawnikar Date: Wed, 27 Oct 2021 16:42:10 +0530 Subject: [PATCH] mb/google/brya/variants/gimble: Update PL1 min value Update PL1 minimum value from 3W to 12W as per the thermal design discussed in this bug 203371203 comment #10. BUG=b:203371203 BRANCH=None TEST=Build and boot the gimble system Change-Id: Id66cfb6f6dc0217bd4d83eae1d66ad867a1bdb46 Signed-off-by: Sumeet Pawnikar Reviewed-on: https://review.coreboot.org/c/coreboot/+/58650 Tested-by: build bot (Jenkins) Reviewed-by: Scott Chao Reviewed-by: Tim Wawrzynczak --- src/mainboard/google/brya/variants/gimble/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/brya/variants/gimble/overridetree.cb b/src/mainboard/google/brya/variants/gimble/overridetree.cb index 842dd00c06..1a4277fbf7 100644 --- a/src/mainboard/google/brya/variants/gimble/overridetree.cb +++ b/src/mainboard/google/brya/variants/gimble/overridetree.cb @@ -63,7 +63,7 @@ chip soc/intel/alderlake }" register "controls.power_limits" = "{ .pl1 = { - .min_power = 3000, + .min_power = 12000, .max_power = 15000, .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 32 * MSECS_PER_SEC,