]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
hwmon: (gpd-fan) Add GPD Win 5
authorAntheas Kapenekakis <lkml@antheas.dev>
Fri, 20 Feb 2026 16:16:01 +0000 (17:16 +0100)
committerGuenter Roeck <linux@roeck-us.net>
Tue, 31 Mar 2026 02:45:04 +0000 (19:45 -0700)
The GPD Win 5 is a new device by GPD with an AMD AI MAX 385/395 chip.
It uses the same fan control registers as the GPD Win Duo. This
information was provided by GPD.

Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
Link: https://lore.kernel.org/r/20260220161601.2344291-1-lkml@antheas.dev
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/gpd-fan.c

index 1729729b135f8f92b001ffa179b4a8d6a783b5c5..80de5f20781eb13981971fd95ffc30bebecbdd6a 100644 (file)
@@ -209,6 +209,14 @@ static const struct dmi_system_id dmi_table[] = {
                },
                .driver_data = &gpd_duo_drvdata,
        },
+       {
+               // GPD Win 5 with AMD AI MAX 395
+               .matches = {
+                       DMI_MATCH(DMI_SYS_VENDOR, "GPD"),
+                       DMI_MATCH(DMI_PRODUCT_NAME, "G1618-05"),
+               },
+               .driver_data = &gpd_duo_drvdata,
+       },
        {
                // GPD Pocket 4
                .matches = {