mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
platform/x86: asus-armoury: fix ppt data for FA608UM
ppt_pl3_fppt_def and ppt_pl3_fppt_max are wrong: correct it.
Fixes: a22d893f49 ("platform/x86: asus-armoury: add support for FA608UM")
Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20260116180637.859803-2-denis.benato@linux.dev
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
This commit is contained in:
parent
467d4afc6c
commit
43098a5393
|
|
@ -611,8 +611,8 @@ static const struct dmi_system_id power_limits[] = {
|
|||
.ppt_pl2_sppt_def = 54,
|
||||
.ppt_pl2_sppt_max = 90,
|
||||
.ppt_pl3_fppt_min = 35,
|
||||
.ppt_pl3_fppt_def = 90,
|
||||
.ppt_pl3_fppt_max = 65,
|
||||
.ppt_pl3_fppt_def = 65,
|
||||
.ppt_pl3_fppt_max = 90,
|
||||
.nv_dynamic_boost_min = 10,
|
||||
.nv_dynamic_boost_max = 15,
|
||||
.nv_temp_target_min = 75,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user