power: supply: axp288_fuel_gauge: Add Mele PCG03 to the deny-list
authorHans de Goede <hdegoede@redhat.com>
Tue, 12 Jan 2021 10:36:05 +0000 (11:36 +0100)
committerSebastian Reichel <sebastian.reichel@collabora.com>
Tue, 12 Jan 2021 21:52:42 +0000 (22:52 +0100)
The Mele PCG03 is another mini PC using the AXP288 PMIC where the EFI
code does not disable the charger part of the PMIC causing us to report
a discharging battery with a random battery charge to userspace.

Add it to the deny-list to avoid the bogus battery status reporting.

Cc: Rasmus Porsager <rasmus@beat.dk>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/axp288_fuel_gauge.c

index 148eb81..39e16ec 100644 (file)
@@ -732,6 +732,12 @@ static const struct dmi_system_id axp288_fuel_gauge_blacklist[] = {
                        DMI_MATCH(DMI_BOARD_VERSION, "V1.1"),
                },
        },
+       {       /* Mele PCG03 Mini PC */
+               .matches = {
+                       DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Mini PC"),
+                       DMI_EXACT_MATCH(DMI_BOARD_NAME, "Mini PC"),
+               },
+       },
        {
                /* Minix Neo Z83-4 mini PC */
                .matches = {