Skip to content

Commit e0836f4

Browse files
NeroReflexij-intel
authored andcommitted
platform/x86: asus-armoury: add support for GA503QM
Add TDP data for laptop model GA503QM. Signed-off-by: Denis Benato <denis.benato@linux.dev> Link: https://patch.msgid.link/20260309183559.433555-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 93702ed commit e0836f4

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,6 +1080,20 @@ static const struct dmi_system_id power_limits[] = {
10801080
.requires_fan_curve = true,
10811081
},
10821082
},
1083+
{
1084+
.matches = {
1085+
DMI_MATCH(DMI_BOARD_NAME, "GA503QM"),
1086+
},
1087+
.driver_data = &(struct power_data) {
1088+
.ac_data = &(struct power_limits) {
1089+
.ppt_pl1_spl_min = 15,
1090+
.ppt_pl1_spl_def = 35,
1091+
.ppt_pl1_spl_max = 80,
1092+
.ppt_pl2_sppt_min = 65,
1093+
.ppt_pl2_sppt_max = 80,
1094+
},
1095+
},
1096+
},
10831097
{
10841098
.matches = {
10851099
DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),

0 commit comments

Comments
 (0)