Message ID | 20210510155819.29595-1-sumeet.r.pawnikar@intel.com |
---|---|
State | Accepted |
Commit | 7d966119f7db5b0bbba61ec3376dad48567aecae |
Headers | show |
Series | ACPI: DPTF: Add battery participant for Intel SoCs | expand |
On Mon, May 10, 2021 at 6:09 PM Sumeet Pawnikar <sumeet.r.pawnikar@intel.com> wrote: > > 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 <sumeet.r.pawnikar@intel.com> > --- > drivers/acpi/dptf/int340x_thermal.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c > index d14025a85ce8..da5d5f0be2f2 100644 > --- a/drivers/acpi/dptf/int340x_thermal.c > +++ b/drivers/acpi/dptf/int340x_thermal.c > @@ -24,6 +24,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { > {"INT3409"}, > {"INT340A"}, > {"INT340B"}, > + {"INT3532"}, > {"INTC1040"}, > {"INTC1041"}, > {"INTC1043"}, > @@ -33,6 +34,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { > {"INTC1047"}, > {"INTC1048"}, > {"INTC1049"}, > + {"INTC1050"}, > {"INTC1060"}, > {"INTC1061"}, > {""}, > -- Applied as 5.14 material, thanks!
diff --git a/drivers/acpi/dptf/int340x_thermal.c b/drivers/acpi/dptf/int340x_thermal.c index d14025a85ce8..da5d5f0be2f2 100644 --- a/drivers/acpi/dptf/int340x_thermal.c +++ b/drivers/acpi/dptf/int340x_thermal.c @@ -24,6 +24,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { {"INT3409"}, {"INT340A"}, {"INT340B"}, + {"INT3532"}, {"INTC1040"}, {"INTC1041"}, {"INTC1043"}, @@ -33,6 +34,7 @@ static const struct acpi_device_id int340x_thermal_device_ids[] = { {"INTC1047"}, {"INTC1048"}, {"INTC1049"}, + {"INTC1050"}, {"INTC1060"}, {"INTC1061"}, {""},
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 <sumeet.r.pawnikar@intel.com> --- drivers/acpi/dptf/int340x_thermal.c | 2 ++ 1 file changed, 2 insertions(+)