Commit 7d966119 authored by Sumeet Pawnikar's avatar Sumeet Pawnikar Committed by Rafael J. Wysocki

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: default avatarSumeet Pawnikar <sumeet.r.pawnikar@intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6efb943b
...@@ -24,6 +24,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { ...@@ -24,6 +24,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
{"INT3409"}, {"INT3409"},
{"INT340A"}, {"INT340A"},
{"INT340B"}, {"INT340B"},
{"INT3532"},
{"INTC1040"}, {"INTC1040"},
{"INTC1041"}, {"INTC1041"},
{"INTC1043"}, {"INTC1043"},
...@@ -33,6 +34,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { ...@@ -33,6 +34,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = {
{"INTC1047"}, {"INTC1047"},
{"INTC1048"}, {"INTC1048"},
{"INTC1049"}, {"INTC1049"},
{"INTC1050"},
{"INTC1060"}, {"INTC1060"},
{"INTC1061"}, {"INTC1061"},
{""}, {""},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment