Message ID | 354062a481f1b8b207fa7035abb50fcb80e8ce32.1576520244.git.gayatri.kammela@intel.com (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | drivers: Add Tiger Lake hardware IDs to support ACPI, | expand |
On Mon, 2019-12-16 at 10:31 -0800, Gayatri Kammela wrote: > Tiger Lake has a new unique hardware IDs to support thermal driver. > Hence, add them. > > Cc: Rafael J. Wysocki <rafael@kernel.org> > Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com> > Cc: Zhang rui <rui.zhang@intel.com> > Cc: Srinivas Pandruvada <srinivas.pandruvada@intel.com> > Reviewed-by: Pandruvada, Srinivas <srinivas.pandruvada@intel.com> > Signed-off-by: Gayatri Kammela <gayatri.kammela@intel.com> Acked-by: Zhang Rui <rui.zhang@intel.com> thanks, rui > --- > drivers/thermal/intel/int340x_thermal/int3400_thermal.c | 1 + > drivers/thermal/intel/int340x_thermal/int3403_thermal.c | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c > b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c > index 3517883b5cdb..efae0c02d898 100644 > --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c > +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c > @@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct > platform_device *pdev) > } > > static const struct acpi_device_id int3400_thermal_match[] = { > + {"INT1040", 0}, > {"INT3400", 0}, > {} > }; > diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c > b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c > index a7bbd8584ae2..aeece1e136a5 100644 > --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c > +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c > @@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device > *pdev) > } > > static const struct acpi_device_id int3403_device_ids[] = { > + {"INT1043", 0}, > {"INT3403", 0}, > {"", 0}, > };
diff --git a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c index 3517883b5cdb..efae0c02d898 100644 --- a/drivers/thermal/intel/int340x_thermal/int3400_thermal.c +++ b/drivers/thermal/intel/int340x_thermal/int3400_thermal.c @@ -369,6 +369,7 @@ static int int3400_thermal_remove(struct platform_device *pdev) } static const struct acpi_device_id int3400_thermal_match[] = { + {"INT1040", 0}, {"INT3400", 0}, {} }; diff --git a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c index a7bbd8584ae2..aeece1e136a5 100644 --- a/drivers/thermal/intel/int340x_thermal/int3403_thermal.c +++ b/drivers/thermal/intel/int340x_thermal/int3403_thermal.c @@ -282,6 +282,7 @@ static int int3403_remove(struct platform_device *pdev) } static const struct acpi_device_id int3403_device_ids[] = { + {"INT1043", 0}, {"INT3403", 0}, {"", 0}, };