[PATCH] platform/x86: asus-armoury: add power limits quirk for G713QR
From: Marco Scardovi
Date: Sat Sep 19 2026 - 01:31:27 EST
add power limits quirk entry for ASUS G713QR laptop.
The limits are extracted from the device's ThrottleGear XML configuration.
Signed-off-by: Marco Scardovi <scardracs@xxxxxxxxxxx>
---
drivers/platform/x86/asus-armoury.h | 13 changes(+/-)
1 file changed, 13 insertions(+), 0 deletions(-)
--- a/drivers/platform/x86/asus-armoury.h
+++ b/drivers/platform/x86/asus-armoury.h
@@ -1056,6 +1056,19 @@
.requires_fan_curve = true,
},
},
+ {
+ .matches = {
+ DMI_MATCH(DMI_BOARD_NAME, "G713QR"),
+ },
+ .driver_data = &(struct power_data) {
+ .ac_data = &(struct power_limits) {
+ .ppt_pl1_spl_max = 80,
+ .ppt_pl1_spl_min = 15,
+ .ppt_pl2_sppt_max = 80,
+ .ppt_pl2_sppt_min = 15,
+ },
+ },
+ },
{
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "GA401Q"),
--
2.55.0