From cf147e930a4fc7e40b4ae46955305094f416a9d6 Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Mon, 2 Feb 2026 19:47:42 +0530 Subject: [PATCH] mb/google/fatcat/ruby: Fix fast_vmode_i_trip indexing Update fast_vmode_i_trip array references to use PTL_SKU_* constants instead of PTL_CORE_* constants.This change maintains consistency with the corrected SKU-based indexing scheme implemented across the VR configuration system and prevents potential runtime errors. TEST=Build ruby variant, verify correct VR parameter application Change-Id: I957ec2c81f670108edfb5eb4d7739eb48f111fb4 Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/91053 Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) --- src/mainboard/google/fatcat/variants/ruby/overridetree.cb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mainboard/google/fatcat/variants/ruby/overridetree.cb b/src/mainboard/google/fatcat/variants/ruby/overridetree.cb index f2a4e75198..494c8c5cf7 100644 --- a/src/mainboard/google/fatcat/variants/ruby/overridetree.cb +++ b/src/mainboard/google/fatcat/variants/ruby/overridetree.cb @@ -62,12 +62,12 @@ chip soc/intel/pantherlake .tdp_pl4 = 150, }" - register "fast_vmode_i_trip[PTL_CORE_1]" = "{ + register "fast_vmode_i_trip[PTL_SKU_1]" = "{ [VR_DOMAIN_IA] = 74 * 4, [VR_DOMAIN_GT] = 38 * 4, [VR_DOMAIN_SA] = 38 * 4 }" - register "fast_vmode_i_trip[PTL_CORE_2]" = "{ + register "fast_vmode_i_trip[PTL_SKU_5]" = "{ [VR_DOMAIN_IA] = 74 * 4, [VR_DOMAIN_GT] = 38 * 4, [VR_DOMAIN_SA] = 38 * 4