All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH support
@ 2020-07-30  8:25 Sumeet Pawnikar
  2020-07-31  9:43 ` Daniel Lezcano
  0 siblings, 1 reply; 2+ messages in thread
From: Sumeet Pawnikar @ 2020-07-30  8:25 UTC (permalink / raw)
  To: rui.zhang, srinivas.pandruvada, daniel.lezcano, linux-pm, linux-kernel
  Cc: Sumeet Pawnikar

Add LP (Low Power) PCH id for Cannon Lake (CNL) based platforms.

Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
---
 drivers/thermal/intel/intel_pch_thermal.c |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/thermal/intel/intel_pch_thermal.c b/drivers/thermal/intel/intel_pch_thermal.c
index 56401fd4708d..7ed66927d822 100644
--- a/drivers/thermal/intel/intel_pch_thermal.c
+++ b/drivers/thermal/intel/intel_pch_thermal.c
@@ -24,6 +24,7 @@
 #define PCH_THERMAL_DID_SKL_H	0xA131 /* Skylake PCH 100 series */
 #define PCH_THERMAL_DID_CNL	0x9Df9 /* CNL PCH */
 #define PCH_THERMAL_DID_CNL_H	0xA379 /* CNL-H PCH */
+#define PCH_THERMAL_DID_CNL_LP	0x02F9 /* CNL-LP PCH */
 #define PCH_THERMAL_DID_CML_H	0X06F9 /* CML-H PCH */
 
 /* Wildcat Point-LP  PCH Thermal registers */
@@ -405,6 +406,8 @@ static int intel_pch_thermal_resume(struct device *device)
 		.driver_data = board_cnl, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CNL_H),
 		.driver_data = board_cnl, },
+	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CNL_LP),
+		.driver_data = board_cnl, },
 	{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, PCH_THERMAL_DID_CML_H),
 		.driver_data = board_cml, },
 	{ 0, },
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH support
  2020-07-30  8:25 [PATCH] thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH support Sumeet Pawnikar
@ 2020-07-31  9:43 ` Daniel Lezcano
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Lezcano @ 2020-07-31  9:43 UTC (permalink / raw)
  To: Sumeet Pawnikar, rui.zhang, srinivas.pandruvada, linux-pm, linux-kernel

On 30/07/2020 10:25, Sumeet Pawnikar wrote:
> Add LP (Low Power) PCH id for Cannon Lake (CNL) based platforms.
> 
> Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@intel.com>
> ---

Applied, thanks

-- 
<http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-31  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-30  8:25 [PATCH] thermal: intel: intel_pch_thermal: Add Cannon Lake Low Power PCH support Sumeet Pawnikar
2020-07-31  9:43 ` Daniel Lezcano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.