From 11ea868b02d8d07281d47e8c3d3bd5e2f4722799 Mon Sep 17 00:00:00 2001 From: Ingo Reitz <9l@9lo.re> Date: Sat, 13 Dec 2025 00:56:41 +0100 Subject: [PATCH] mb/google/volteer/var/drobit: Update pl2 minimum value Apply the change of commit a97fb7f9604e ("mb/google/volteer/variants: Update Power Limit2 minimum value") to drobit since it looks like it has been forgotten. It is the last variant where pl2 min != max. TEST=Build and boot google/drobit and verify sane clock speeds and tempoeratures under full CPU load. Change-Id: I7b09825ebd95fd2795408cdaa0396bbf19baded9 Signed-off-by: Ingo Reitz <9l@9lo.re> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90501 Reviewed-by: Matt DeVillier Tested-by: build bot (Jenkins) --- src/mainboard/google/volteer/variants/drobit/overridetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/volteer/variants/drobit/overridetree.cb b/src/mainboard/google/volteer/variants/drobit/overridetree.cb index be0b99baff..ea25ff65b0 100644 --- a/src/mainboard/google/volteer/variants/drobit/overridetree.cb +++ b/src/mainboard/google/volteer/variants/drobit/overridetree.cb @@ -83,7 +83,7 @@ chip soc/intel/tigerlake .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 32 * MSECS_PER_SEC, .granularity = 125,}, - .pl2 = {.min_power = 28000, + .pl2 = {.min_power = 64000, .max_power = 64000, .time_window_min = 28 * MSECS_PER_SEC, .time_window_max = 32 * MSECS_PER_SEC,