From 8efdbf0c348cff9792dbe45dc68278ea530b35f1 Mon Sep 17 00:00:00 2001 From: Seunghwan Kim Date: Thu, 8 May 2025 14:49:33 +0900 Subject: [PATCH] mb/google/nissa/var/meliks: Use default domain_vr_config[] settings Meliks' domain_vr_config[] parameters were from pirrha at the beginning, remove this configuration overrides to use the default configufation of SoC to avoid potential side effect from it. BUG=b:409205469 TEST=Built and boot The score gap of 3D mark and Geekbench was within 1 percent in our internal test Change-Id: I6a34b6a3c3694b4e7084a515b6f0d2aeaeadbd36 Signed-off-by: Seunghwan Kim Reviewed-on: https://review.coreboot.org/c/coreboot/+/87572 Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- .../brya/variants/meliks/overridetree.cb | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/mainboard/google/brya/variants/meliks/overridetree.cb b/src/mainboard/google/brya/variants/meliks/overridetree.cb index 913ccb8897..c98d31e6d6 100644 --- a/src/mainboard/google/brya/variants/meliks/overridetree.cb +++ b/src/mainboard/google/brya/variants/meliks/overridetree.cb @@ -77,26 +77,6 @@ chip soc/intel/alderlake [PchSerialIoIndexI2C5] = PchSerialIoPci, }" - # VR Settings - register "domain_vr_config[VR_DOMAIN_IA]" = "{ - .vr_config_enable = 1, - .tdc_timewindow = 1000, - .ac_loadline = 500, - .dc_loadline = 500, - .psi1threshold = VR_CFG_AMP(20), - .psi2threshold = VR_CFG_AMP(5), - .psi3threshold = VR_CFG_AMP(1), - }" - - register "domain_vr_config[VR_DOMAIN_GT]" = "{ - .vr_config_enable = 1, - .tdc_timewindow = 1000, - .psi1threshold = VR_CFG_AMP(13), - .psi2threshold = VR_CFG_AMP(5), - .psi3threshold = VR_CFG_AMP(1), - - }" - # Enable the Cnvi BT Audio Offload register "cnvi_bt_audio_offload" = "1"