Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: lpc_ich: iTCO_wdt patch for Intel Coleto Creek DeviceIDs

This patch adds the LPC Controller DeviceIDs for iTCO Watchdog for
the Intel Coleto Creek PCH.

Signed-off-by: Seth Heasley <seth.heasley@intel.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>

authored by

Seth Heasley and committed by
Samuel Ortiz
283aae8a 89ce43fb

+7
+7
drivers/mfd/lpc_ich.c
··· 52 52 * document number TBD : Lynx Point-LP 53 53 * document number TBD : Wellsburg 54 54 * document number TBD : Avoton SoC 55 + * document number TBD : Coleto Creek 55 56 */ 56 57 57 58 #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt ··· 210 209 LPC_LPT_LP, /* Lynx Point-LP */ 211 210 LPC_WBG, /* Wellsburg */ 212 211 LPC_AVN, /* Avoton SoC */ 212 + LPC_COLETO, /* Coleto Creek */ 213 213 }; 214 214 215 215 struct lpc_ich_info lpc_chipset_info[] = { ··· 499 497 .name = "Avoton SoC", 500 498 .iTCO_version = 1, 501 499 }, 500 + [LPC_COLETO] = { 501 + .name = "Coleto Creek", 502 + .iTCO_version = 2, 503 + }, 502 504 }; 503 505 504 506 /* ··· 720 714 { PCI_VDEVICE(INTEL, 0x1f39), LPC_AVN}, 721 715 { PCI_VDEVICE(INTEL, 0x1f3a), LPC_AVN}, 722 716 { PCI_VDEVICE(INTEL, 0x1f3b), LPC_AVN}, 717 + { PCI_VDEVICE(INTEL, 0x2390), LPC_COLETO}, 723 718 { 0, }, /* End of list */ 724 719 }; 725 720 MODULE_DEVICE_TABLE(pci, lpc_ich_ids);