Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Denis Benato and committed by
Ilpo Järvinen
a9b08697 6b87f7ea

+33
+33
drivers/platform/x86/asus-armoury.h
··· 410 410 }, 411 411 { 412 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 + }, 444 + { 445 + .matches = { 413 446 DMI_MATCH(DMI_BOARD_NAME, "FA507R"), 414 447 }, 415 448 .driver_data = &(struct power_data) {