Skip to content

Commit e11e3e8

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for GV302XV
Add TDP data for laptop model GV302XV. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260112215038.575883-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>
1 parent 2e91919 commit e11e3e8

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,6 +1251,33 @@ static const struct dmi_system_id power_limits[] = {
12511251
},
12521252
},
12531253
},
1254+
{
1255+
.matches = {
1256+
DMI_MATCH(DMI_BOARD_NAME, "GV302XV"),
1257+
},
1258+
.driver_data = &(struct power_data) {
1259+
.ac_data = &(struct power_limits) {
1260+
.ppt_pl1_spl_min = 15,
1261+
.ppt_pl1_spl_max = 55,
1262+
.ppt_pl2_sppt_min = 25,
1263+
.ppt_pl2_sppt_max = 60,
1264+
.ppt_pl3_fppt_min = 35,
1265+
.ppt_pl3_fppt_max = 65,
1266+
.nv_temp_target_min = 75,
1267+
.nv_temp_target_max = 87,
1268+
},
1269+
.dc_data = &(struct power_limits) {
1270+
.ppt_pl1_spl_min = 15,
1271+
.ppt_pl1_spl_max = 35,
1272+
.ppt_pl2_sppt_min = 25,
1273+
.ppt_pl2_sppt_max = 35,
1274+
.ppt_pl3_fppt_min = 35,
1275+
.ppt_pl3_fppt_max = 65,
1276+
.nv_temp_target_min = 75,
1277+
.nv_temp_target_max = 87,
1278+
},
1279+
},
1280+
},
12541281
{
12551282
.matches = {
12561283
DMI_MATCH(DMI_BOARD_NAME, "GV601R"),

0 commit comments

Comments
 (0)