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:
parent
830af8dcf9
commit
e52d6db0bf
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue