diff options
-rw-r--r-- | src/mainboard/google/brya/variants/vell/overridetree.cb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mainboard/google/brya/variants/vell/overridetree.cb b/src/mainboard/google/brya/variants/vell/overridetree.cb index 278c2406e5..98983ef03a 100644 --- a/src/mainboard/google/brya/variants/vell/overridetree.cb +++ b/src/mainboard/google/brya/variants/vell/overridetree.cb @@ -547,4 +547,12 @@ chip soc/intel/alderlake end end end + + # VR Settings + register "domain_vr_config[VR_DOMAIN_IA]" = "{ + .vr_config_enable = 1, + .psi1threshold = VR_CFG_AMP(13), + .psi2threshold = VR_CFG_AMP(7), + }" + end |