Skip to content

Commit 2e91919

Browse files
Sarthak-Awasthiij-intel
authored andcommitted
platform/x86: asus-armoury: Add power limits for Asus G513QY
Add the DMI entry and power limits for the Asus ROG Strix G15 Advantage Edition (G513QY). This laptop requires manual fan curves and specific APU/Platform PPT limits. Signed-off-by: Shresth Sarthak Awasthi <bengdeeba@gmail.com> Link: https://patch.msgid.link/20260109130557.78720-1-bengdeeba@gmail.com Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
1 parent 2bf1877 commit 2e91919

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

drivers/platform/x86/asus-armoury.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,6 +1380,22 @@ static const struct dmi_system_id power_limits[] = {
13801380
.requires_fan_curve = true,
13811381
},
13821382
},
1383+
{
1384+
.matches = {
1385+
DMI_MATCH(DMI_BOARD_NAME, "G513QY"),
1386+
},
1387+
.driver_data = &(struct power_data) {
1388+
.ac_data = &(struct power_limits) {
1389+
/* Advantage Edition Laptop, no PL1 or PL2 limits */
1390+
.ppt_apu_sppt_min = 15,
1391+
.ppt_apu_sppt_max = 100,
1392+
.ppt_platform_sppt_min = 70,
1393+
.ppt_platform_sppt_max = 190,
1394+
},
1395+
.dc_data = NULL,
1396+
.requires_fan_curve = true,
1397+
},
1398+
},
13831399
{
13841400
.matches = {
13851401
DMI_MATCH(DMI_BOARD_NAME, "G513R"),

0 commit comments

Comments
 (0)