fvmap: set undervolt to -4%

This should be more stable for all users.

Signed-off-by: Nahuel Gómez <nahuelgomez329@gmail.com>
This commit is contained in:
Nahuel Gómez 2024-12-15 13:17:55 -03:00 committed by Ksawlii
parent 830af8dcf9
commit e52d6db0bf

View file

@ -434,6 +434,8 @@ static void fvmap_copy_from_sram(void __iomem *map_base, void __iomem *sram_base
if (margin)
cal_dfs_set_volt_margin(i | ACPM_VCLK_TYPE, margin);
volt_offset_percent = -4;
if (volt_offset_percent) {
if ((volt_offset_percent < 100) && (volt_offset_percent > -100)) {
percent_margin_table[i] = volt_offset_percent;