Skip to content

Commit 7e87814

Browse files
andy-shevCommit Bot
authored andcommitted
FROMLIST: mfd: intel-lpss: Update LPSS UART #2 PCI ID for Jasper Lake
It appears that preliminary documentation has a typo in the ID list, i.e. LPSS UART #2 had been advertised wrongly. Fix the driver according to the EDS v0.9. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> (am from https://lore.kernel.org/patchwork/patch/1223583/) (also found at https://lkml.kernel.org/r/20200414095134.80135-1-andriy.shevchenko@linux.intel.com) BUG=b:150154278 TEST=Build chromeos-5.4 kernel and deploy & boot the DUT, then verify the PCI value on DUT Signed-off-by: Mohanram Meenakshisundaram <mohanram.meenakshisundaram@intel.com> Change-Id: Iab06d760505fd4ad324fa95ea5db19aec5fc0261 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/kernel/+/2148973 Reviewed-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Kirtika Ruchandani <kirtika@chromium.org> Tested-by: Kirtika Ruchandani <kirtika@chromium.org> Commit-Queue: Guenter Roeck <groeck@chromium.org>
1 parent f942f75 commit 7e87814

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/mfd/intel-lpss-pci.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,9 @@ static const struct pci_device_id intel_lpss_pci_ids[] = {
245245
{ PCI_VDEVICE(INTEL, 0x4da9), (kernel_ulong_t)&spt_uart_info },
246246
{ PCI_VDEVICE(INTEL, 0x4daa), (kernel_ulong_t)&spt_info },
247247
{ PCI_VDEVICE(INTEL, 0x4dab), (kernel_ulong_t)&spt_info },
248-
{ PCI_VDEVICE(INTEL, 0x4daf), (kernel_ulong_t)&spt_uart_info },
249248
{ PCI_VDEVICE(INTEL, 0x4dc5), (kernel_ulong_t)&bxt_i2c_info },
250249
{ PCI_VDEVICE(INTEL, 0x4dc6), (kernel_ulong_t)&bxt_i2c_info },
250+
{ PCI_VDEVICE(INTEL, 0x4dc7), (kernel_ulong_t)&spt_uart_info },
251251
{ PCI_VDEVICE(INTEL, 0x4de8), (kernel_ulong_t)&bxt_i2c_info },
252252
{ PCI_VDEVICE(INTEL, 0x4de9), (kernel_ulong_t)&bxt_i2c_info },
253253
{ PCI_VDEVICE(INTEL, 0x4dea), (kernel_ulong_t)&bxt_i2c_info },

0 commit comments

Comments
 (0)