Skip to content

Commit 859d4ce

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

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
@@ -822,6 +822,20 @@ static const struct dmi_system_id power_limits[] = {
822822
.requires_fan_curve = true,
823823
},
824824
},
825+
{
826+
.matches = {
827+
DMI_MATCH(DMI_BOARD_NAME, "GA503QR"),
828+
},
829+
.driver_data = &(struct power_data) {
830+
.ac_data = &(struct power_limits) {
831+
.ppt_pl1_spl_min = 15,
832+
.ppt_pl1_spl_def = 35,
833+
.ppt_pl1_spl_max = 80,
834+
.ppt_pl2_sppt_min = 65,
835+
.ppt_pl2_sppt_max = 80,
836+
},
837+
},
838+
},
825839
{
826840
.matches = {
827841
DMI_MATCH(DMI_BOARD_NAME, "GA503R"),

0 commit comments

Comments
 (0)