]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
platform/x86: asus-armoury: add support for FX607VU
authorDenis Benato <denis.benato@linux.dev>
Sun, 17 May 2026 22:00:02 +0000 (22:00 +0000)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 19 May 2026 14:14:18 +0000 (17:14 +0300)
Add TDP data for laptop model FX607VU.

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

index c30d2b451e013112a9858347e398ead3e38bf524..bd394ef94264ee6cb1b58227ed1a4858daa1be8b 100644 (file)
@@ -886,6 +886,33 @@ static const struct dmi_system_id power_limits[] = {
                        .requires_fan_curve = true,
                },
        },
+       {
+               .matches = {
+                       DMI_MATCH(DMI_BOARD_NAME, "FX607VU"),
+               },
+               .driver_data = &(struct power_data) {
+                       .ac_data = &(struct power_limits) {
+                               .ppt_pl1_spl_min = 28,
+                               .ppt_pl1_spl_def = 115,
+                               .ppt_pl1_spl_max = 135,
+                               .ppt_pl2_sppt_min = 28,
+                               .ppt_pl2_sppt_max = 135,
+                               .nv_dynamic_boost_min = 5,
+                               .nv_dynamic_boost_max = 25,
+                               .nv_temp_target_min = 75,
+                               .nv_temp_target_max = 87,
+                       },
+                       .dc_data = &(struct power_limits) {
+                               .ppt_pl1_spl_min = 25,
+                               .ppt_pl1_spl_max = 45,
+                               .ppt_pl2_sppt_min = 35,
+                               .ppt_pl2_sppt_max = 60,
+                               .nv_temp_target_min = 75,
+                               .nv_temp_target_max = 87,
+                       },
+                       .requires_fan_curve = true,
+               },
+       },
        {
                .matches = {
                        DMI_MATCH(DMI_BOARD_NAME, "GA401Q"),