]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
platform/x86: asus-armoury: add support for GU605MU
authorDenis Benato <denis.benato@linux.dev>
Sun, 29 Mar 2026 12:46:59 +0000 (14:46 +0200)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 31 Mar 2026 14:22:28 +0000 (17:22 +0300)
Add TDP data for laptop model GU605MU.

Signed-off-by: Denis Benato <denis.benato@linux.dev>
Link: https://patch.msgid.link/20260329124659.3967495-4-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>
drivers/platform/x86/asus-armoury.h

index ed02574139fa95634209ef0a4c2c25455438bd27..c30d2b451e013112a9858347e398ead3e38bf524 100644 (file)
@@ -1340,6 +1340,34 @@ static const struct dmi_system_id power_limits[] = {
                        .requires_fan_curve = true,
                },
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "GU605MU"),
+               },
+               .driver_data = &(struct power_data) {
+                       .ac_data = &(struct power_limits) {
+                               .ppt_pl1_spl_min = 28,
+                               .ppt_pl1_spl_max = 90,
+                               .ppt_pl2_sppt_min = 28,
+                               .ppt_pl2_sppt_max = 135,
+                               .nv_dynamic_boost_min = 5,
+                               .nv_dynamic_boost_max = 20,
+                               .nv_temp_target_min = 75,
+                               .nv_temp_target_max = 87,
+                               .nv_tgp_min = 55,
+                               .nv_tgp_max = 85,
+                       },
+                       .dc_data = &(struct power_limits) {
+                               .ppt_pl1_spl_min = 25,
+                               .ppt_pl1_spl_max = 35,
+                               .ppt_pl2_sppt_min = 38,
+                               .ppt_pl2_sppt_max = 53,
+                               .nv_temp_target_min = 75,
+                               .nv_temp_target_max = 87,
+                       },
+                       .requires_fan_curve = true,
+               },
+       },
        {
                .matches = {
                        DMI_MATCH(DMI_BOARD_NAME, "GU605M"),