Skip to content

Commit 7d96611

Browse files
sumeetpawnikarrafaeljw
authored andcommitted
ACPI: DPTF: Add battery participant for Intel SoCs
Add ACPI Device ID for DPTF battery participant for the Intel Jasper Lake (INT3532) and Tiger Lake (INTC1050) SoC based platforms. Signed-off-by: Sumeet Pawnikar <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 6efb943 commit 7d96611

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/dptf/int340x_thermal.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
2424
{"INT3409"},
2525
{"INT340A"},
2626
{"INT340B"},
27+
{"INT3532"},
2728
{"INTC1040"},
2829
{"INTC1041"},
2930
{"INTC1043"},
@@ -33,6 +34,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
3334
{"INTC1047"},
3435
{"INTC1048"},
3536
{"INTC1049"},
37+
{"INTC1050"},
3638
{"INTC1060"},
3739
{"INTC1061"},
3840
{""},

0 commit comments

Comments
 (0)