From c97e7409816fcffe8b8c279e2b631dd5351fc12e Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Fri, 27 Feb 2026 11:56:30 +0530 Subject: [PATCH] mb/google/ocelot: Fix fast_vmode_i_trip indexing in devicetree This aligns with the corrected indexing scheme used in the SoC VR configuration code. Ref=:830097_WCL_PDG_SchChk_Rev1p5 BUG=b:None TEST=Build ocelot and verify that the system boots Change-Id: I948c9233f4a5518992891b90fb9bb6a3793baa5f Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/91449 Tested-by: build bot (Jenkins) Reviewed-by: Pranava Y N --- .../google/ocelot/variants/baseboard/ocelot/devicetree.cb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb b/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb index b53380c2ee..299c770d5e 100644 --- a/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb +++ b/src/mainboard/google/ocelot/variants/baseboard/ocelot/devicetree.cb @@ -73,7 +73,7 @@ chip soc/intel/pantherlake # TODO: Update with actual i_trip values. register "enable_fast_vmode[VR_DOMAIN_GT]" = "true" register "cep_enable[VR_DOMAIN_GT]" = "true" - register "fast_vmode_i_trip[WCL_CORE]" = "{ + register "fast_vmode_i_trip[WCL_SKU_1]" = "{ [VR_DOMAIN_GT] = 25 * 4, }"