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:
Denis Benato 2026-01-16 19:06:34 +01:00 committed by Ilpo Järvinen
parent 467d4afc6c
commit 43098a5393
No known key found for this signature in database
GPG Key ID: 59AC4F6153E5CE31

View File

@ -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,