diff options
author | James Ralston <james.d.ralston@intel.com> | 2012-08-09 12:46:13 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-09-15 18:39:47 -0400 |
commit | 7fb9c1a4851562e9f9b522ff929c0742797f301a (patch) | |
tree | 075ca790b9fb985e853798466cdb8ff372c9b3fc /drivers/watchdog | |
parent | 887780b85a8dde06224f33681ecc4fac73b92a36 (diff) |
mfd: lpc_ich: Add Device IDs for Intel Lynx Point-LP PCH
This patch adds the Watchdog Timer Device IDs for the Intel Lynx Point-LP PCH.
The Device IDs are defined in drivers/mfd/lpc_ich.c
Signed-off-by: James Ralston <james.d.ralston@intel.com>
Acked-by: Wim Van Sebroeck <wim@iguana.be>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/iTCO_wdt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/iTCO_wdt.c b/drivers/watchdog/iTCO_wdt.c index ceed39f26011..545d387de411 100644 --- a/drivers/watchdog/iTCO_wdt.c +++ b/drivers/watchdog/iTCO_wdt.c | |||
@@ -37,6 +37,7 @@ | |||
37 | * document number TBD : DH89xxCC | 37 | * document number TBD : DH89xxCC |
38 | * document number TBD : Panther Point | 38 | * document number TBD : Panther Point |
39 | * document number TBD : Lynx Point | 39 | * document number TBD : Lynx Point |
40 | * document number TBD : Lynx Point-LP | ||
40 | */ | 41 | */ |
41 | 42 | ||
42 | /* | 43 | /* |