Skip to content

Commit a9b0869

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for FA507UV
Add TDP data for laptop mode FA507UV. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20251120025413.1686540-1-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>
1 parent 6b87f7e commit a9b0869

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,39 @@ static const struct dmi_system_id power_limits[] = {
408408
},
409409
},
410410
},
411+
{
412+
.matches = {
413+
DMI_MATCH(DMI_BOARD_NAME, "FA507UV"),
414+
},
415+
.driver_data = &(struct power_data) {
416+
.ac_data = &(struct power_limits) {
417+
.ppt_pl1_spl_min = 15,
418+
.ppt_pl1_spl_max = 80,
419+
.ppt_pl2_sppt_min = 35,
420+
.ppt_pl2_sppt_max = 80,
421+
.ppt_pl3_fppt_min = 35,
422+
.ppt_pl3_fppt_max = 80,
423+
.nv_dynamic_boost_min = 5,
424+
.nv_dynamic_boost_max = 25,
425+
.nv_temp_target_min = 75,
426+
.nv_temp_target_max = 87,
427+
.nv_tgp_min = 55,
428+
.nv_tgp_max = 115,
429+
},
430+
.dc_data = &(struct power_limits) {
431+
.ppt_pl1_spl_min = 15,
432+
.ppt_pl1_spl_def = 45,
433+
.ppt_pl1_spl_max = 65,
434+
.ppt_pl2_sppt_min = 35,
435+
.ppt_pl2_sppt_def = 54,
436+
.ppt_pl2_sppt_max = 65,
437+
.ppt_pl3_fppt_min = 35,
438+
.ppt_pl3_fppt_max = 65,
439+
.nv_temp_target_min = 75,
440+
.nv_temp_target_max = 87,
441+
},
442+
},
443+
},
411444
{
412445
.matches = {
413446
DMI_MATCH(DMI_BOARD_NAME, "FA507R"),

0 commit comments

Comments
 (0)