Re: [PATCH] ACPI: DPTF: Add battery participant for TigerLake

From: Rafael J. Wysocki
Date: Thu Jun 25 2020 - 08:40:38 EST


On Wed, Jun 24, 2020 at 8:51 PM Srinivas Pandruvada
<srinivas.pandruvada@xxxxxxxxxxxxxxx> wrote:
>
> Added ACPI ID for battery participant for TigerLake.
>
> Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx>
> ---
> drivers/acpi/dptf/dptf_power.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/acpi/dptf/dptf_power.c b/drivers/acpi/dptf/dptf_power.c
> index 5fab7e350db8..92b996a564d0 100644
> --- a/drivers/acpi/dptf/dptf_power.c
> +++ b/drivers/acpi/dptf/dptf_power.c
> @@ -228,6 +228,7 @@ static const struct acpi_device_id int3407_device_ids[] = {
> {"INT3407", 0},
> {"INT3532", 0},
> {"INTC1047", 0},
> + {"INTC1050", 0},
> {"", 0},
> };
> MODULE_DEVICE_TABLE(acpi, int3407_device_ids);
> --

Applied as 5.8-rc material, thanks!