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

platform/x86: asus-armoury: add support for GA403WW

Add TDP data for laptop model GA403WW.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20260116180637.859803-5-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
b3914291 01f31c2f

+32
+32
drivers/platform/x86/asus-armoury.h
··· 1021 1021 }, 1022 1022 { 1023 1023 .matches = { 1024 + DMI_MATCH(DMI_BOARD_NAME, "GA403WW"), 1025 + }, 1026 + .driver_data = &(struct power_data) { 1027 + .ac_data = &(struct power_limits) { 1028 + .ppt_pl1_spl_min = 15, 1029 + .ppt_pl1_spl_max = 80, 1030 + .ppt_pl2_sppt_min = 25, 1031 + .ppt_pl2_sppt_max = 80, 1032 + .ppt_pl3_fppt_min = 35, 1033 + .ppt_pl3_fppt_max = 80, 1034 + .nv_dynamic_boost_min = 0, 1035 + .nv_dynamic_boost_max = 25, 1036 + .nv_temp_target_min = 75, 1037 + .nv_temp_target_max = 87, 1038 + .nv_tgp_min = 80, 1039 + .nv_tgp_max = 95, 1040 + }, 1041 + .dc_data = &(struct power_limits) { 1042 + .ppt_pl1_spl_min = 15, 1043 + .ppt_pl1_spl_max = 35, 1044 + .ppt_pl2_sppt_min = 25, 1045 + .ppt_pl2_sppt_max = 35, 1046 + .ppt_pl3_fppt_min = 35, 1047 + .ppt_pl3_fppt_max = 65, 1048 + .nv_temp_target_min = 75, 1049 + .nv_temp_target_max = 87, 1050 + }, 1051 + .requires_fan_curve = true, 1052 + }, 1053 + }, 1054 + { 1055 + .matches = { 1024 1056 DMI_MATCH(DMI_BOARD_NAME, "GA503QR"), 1025 1057 }, 1026 1058 .driver_data = &(struct power_data) {