diff options
author | James Ralston <james.d.ralston@intel.com> | 2013-02-08 20:33:38 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-02-13 18:26:51 -0500 |
commit | 6e6680e3effbf7cff444405a990dbc355dc3a96f (patch) | |
tree | f522c55cde57e2642a2b308b9dcde8b5d5d15296 /drivers/mfd/lpc_ich.c | |
parent | 5829e9b64e657560e840dc0ecfee177cb002cd69 (diff) |
mfd: lpc_ich: Add Device IDs for Intel Wellsburg PCH
This patch adds the Watchdog Timer Device IDs for the Intel Wellsburg PCH
Signed-off-by: James Ralston <james.d.ralston@intel.com>
Acked-by: Peter Tyser <ptyser@xes-inc.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/lpc_ich.c')
-rw-r--r-- | drivers/mfd/lpc_ich.c | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/drivers/mfd/lpc_ich.c b/drivers/mfd/lpc_ich.c index a0cfdf980748..5c2ef41fa24c 100644 --- a/drivers/mfd/lpc_ich.c +++ b/drivers/mfd/lpc_ich.c | |||
@@ -50,6 +50,7 @@ | |||
50 | * document number TBD : Panther Point | 50 | * document number TBD : Panther Point |
51 | * document number TBD : Lynx Point | 51 | * document number TBD : Lynx Point |
52 | * document number TBD : Lynx Point-LP | 52 | * document number TBD : Lynx Point-LP |
53 | * document number TBD : Wellsburg | ||
53 | */ | 54 | */ |
54 | 55 | ||
55 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt | 56 | #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
@@ -205,6 +206,7 @@ enum lpc_chipsets { | |||
205 | LPC_PPT, /* Panther Point */ | 206 | LPC_PPT, /* Panther Point */ |
206 | LPC_LPT, /* Lynx Point */ | 207 | LPC_LPT, /* Lynx Point */ |
207 | LPC_LPT_LP, /* Lynx Point-LP */ | 208 | LPC_LPT_LP, /* Lynx Point-LP */ |
209 | LPC_WBG, /* Wellsburg */ | ||
208 | }; | 210 | }; |
209 | 211 | ||
210 | struct lpc_ich_info lpc_chipset_info[] = { | 212 | struct lpc_ich_info lpc_chipset_info[] = { |
@@ -485,6 +487,10 @@ struct lpc_ich_info lpc_chipset_info[] = { | |||
485 | .name = "Lynx Point_LP", | 487 | .name = "Lynx Point_LP", |
486 | .iTCO_version = 2, | 488 | .iTCO_version = 2, |
487 | }, | 489 | }, |
490 | [LPC_WBG] = { | ||
491 | .name = "Wellsburg", | ||
492 | .iTCO_version = 2, | ||
493 | }, | ||
488 | }; | 494 | }; |
489 | 495 | ||
490 | /* | 496 | /* |
@@ -666,6 +672,38 @@ static DEFINE_PCI_DEVICE_TABLE(lpc_ich_ids) = { | |||
666 | { PCI_VDEVICE(INTEL, 0x9c45), LPC_LPT_LP}, | 672 | { PCI_VDEVICE(INTEL, 0x9c45), LPC_LPT_LP}, |
667 | { PCI_VDEVICE(INTEL, 0x9c46), LPC_LPT_LP}, | 673 | { PCI_VDEVICE(INTEL, 0x9c46), LPC_LPT_LP}, |
668 | { PCI_VDEVICE(INTEL, 0x9c47), LPC_LPT_LP}, | 674 | { PCI_VDEVICE(INTEL, 0x9c47), LPC_LPT_LP}, |
675 | { PCI_VDEVICE(INTEL, 0x8d40), LPC_WBG}, | ||
676 | { PCI_VDEVICE(INTEL, 0x8d41), LPC_WBG}, | ||
677 | { PCI_VDEVICE(INTEL, 0x8d42), LPC_WBG}, | ||
678 | { PCI_VDEVICE(INTEL, 0x8d43), LPC_WBG}, | ||
679 | { PCI_VDEVICE(INTEL, 0x8d44), LPC_WBG}, | ||
680 | { PCI_VDEVICE(INTEL, 0x8d45), LPC_WBG}, | ||
681 | { PCI_VDEVICE(INTEL, 0x8d46), LPC_WBG}, | ||
682 | { PCI_VDEVICE(INTEL, 0x8d47), LPC_WBG}, | ||
683 | { PCI_VDEVICE(INTEL, 0x8d48), LPC_WBG}, | ||
684 | { PCI_VDEVICE(INTEL, 0x8d49), LPC_WBG}, | ||
685 | { PCI_VDEVICE(INTEL, 0x8d4a), LPC_WBG}, | ||
686 | { PCI_VDEVICE(INTEL, 0x8d4b), LPC_WBG}, | ||
687 | { PCI_VDEVICE(INTEL, 0x8d4c), LPC_WBG}, | ||
688 | { PCI_VDEVICE(INTEL, 0x8d4d), LPC_WBG}, | ||
689 | { PCI_VDEVICE(INTEL, 0x8d4e), LPC_WBG}, | ||
690 | { PCI_VDEVICE(INTEL, 0x8d4f), LPC_WBG}, | ||
691 | { PCI_VDEVICE(INTEL, 0x8d50), LPC_WBG}, | ||
692 | { PCI_VDEVICE(INTEL, 0x8d51), LPC_WBG}, | ||
693 | { PCI_VDEVICE(INTEL, 0x8d52), LPC_WBG}, | ||
694 | { PCI_VDEVICE(INTEL, 0x8d53), LPC_WBG}, | ||
695 | { PCI_VDEVICE(INTEL, 0x8d54), LPC_WBG}, | ||
696 | { PCI_VDEVICE(INTEL, 0x8d55), LPC_WBG}, | ||
697 | { PCI_VDEVICE(INTEL, 0x8d56), LPC_WBG}, | ||
698 | { PCI_VDEVICE(INTEL, 0x8d57), LPC_WBG}, | ||
699 | { PCI_VDEVICE(INTEL, 0x8d58), LPC_WBG}, | ||
700 | { PCI_VDEVICE(INTEL, 0x8d59), LPC_WBG}, | ||
701 | { PCI_VDEVICE(INTEL, 0x8d5a), LPC_WBG}, | ||
702 | { PCI_VDEVICE(INTEL, 0x8d5b), LPC_WBG}, | ||
703 | { PCI_VDEVICE(INTEL, 0x8d5c), LPC_WBG}, | ||
704 | { PCI_VDEVICE(INTEL, 0x8d5d), LPC_WBG}, | ||
705 | { PCI_VDEVICE(INTEL, 0x8d5e), LPC_WBG}, | ||
706 | { PCI_VDEVICE(INTEL, 0x8d5f), LPC_WBG}, | ||
669 | { 0, }, /* End of list */ | 707 | { 0, }, /* End of list */ |
670 | }; | 708 | }; |
671 | MODULE_DEVICE_TABLE(pci, lpc_ich_ids); | 709 | MODULE_DEVICE_TABLE(pci, lpc_ich_ids); |