Re: [PATCH 2/3] thermal: int340x: processor_thermal: Add Coffee Lake support

From: Zhang Rui
Date: Tue Oct 31 2017 - 23:33:01 EST


On Thu, 2017-10-19 at 14:51 -0700, Srinivas Pandruvada wrote:
> Add new PCI id for Coffee lake processor thermal device.
>
> Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxx
> om>
> ---
> Âdrivers/thermal/int340x_thermal/processor_thermal_device.c | 1 +
> Â1 file changed, 1 insertion(+)
>
> diff --git
> a/drivers/thermal/int340x_thermal/processor_thermal_device.c
> b/drivers/thermal/int340x_thermal/processor_thermal_device.c
> index e724a23..1d9f524 100644
> --- a/drivers/thermal/int340x_thermal/processor_thermal_device.c
> +++ b/drivers/thermal/int340x_thermal/processor_thermal_device.c
> @@ -32,6 +32,7 @@
> Â
> Â/* CannonLake thermal reporting device */
> Â#define PCI_DEVICE_ID_PROC_CNL_THERMAL 0x5a03
> +#define PCI_DEVICE_ID_PROC_CFL_THERMAL 0x3E83
> Â
shouldn't it be added intoÂproc_thermal_pci_ids[]?

thanks,
rui
> Â/* Braswell thermal reporting device */
> Â#define PCI_DEVICE_ID_PROC_BSW_THERMAL 0x22DC