public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] intel_th: pci: Jasper Lake is not a PCH
@ 2019-11-21  8:49 Jean Delvare
  0 siblings, 0 replies; only message in thread
From: Jean Delvare @ 2019-11-21  8:49 UTC (permalink / raw)
  To: Alexander Shishkin; +Cc: Andy Shevchenko, Jarkko Nikula, LKML

According to Intel engineering, the Jasper Lake is a SOC not a PCH.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: 9d55499d8da4 ("intel_th: pci: Add Jasper Lake PCH support")
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Jarkko Nikula <jarkko.nikula@linux.intel.com>
---
 drivers/hwtracing/intel_th/pci.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-5.4-rc7.orig/drivers/hwtracing/intel_th/pci.c	2019-11-15 12:08:16.487157641 +0100
+++ linux-5.4-rc7/drivers/hwtracing/intel_th/pci.c	2019-11-21 09:40:36.189296044 +0100
@@ -215,7 +215,7 @@ static const struct pci_device_id intel_
 		.driver_data = (kernel_ulong_t)&intel_th_2x,
 	},
 	{
-		/* Jasper Lake PCH */
+		/* Jasper Lake */
 		PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4da6),
 		.driver_data = (kernel_ulong_t)&intel_th_2x,
 	},


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-11-21  8:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-21  8:49 [PATCH] intel_th: pci: Jasper Lake is not a PCH Jean Delvare

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox