projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1eef1c
)
watchdog: w83627hf_wdt: Fix support NCT6116D
author
Srikanth Krishnakar
<skrishnakar@gmail.com>
Wed, 18 Sep 2019 16:04:58 +0000
(21:34 +0530)
committer
Wim Van Sebroeck
<wim@linux-watchdog.org>
Mon, 30 Dec 2019 14:58:23 +0000
(15:58 +0100)
We should select nct6116 for the new chip, not nct6102.
Signed-off-by: Srikanth Krishnakar <skrishnakar@gmail.com>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/w83627hf_wdt.c
patch
|
blob
|
history
diff --git
a/drivers/watchdog/w83627hf_wdt.c
b/drivers/watchdog/w83627hf_wdt.c
index fdf533fe0bb21d8c72a00cee7d40110686d458ba..56a4a4030ca9650b902f8ac55511b3c71ff4c6a5 100644
(file)
--- a/
drivers/watchdog/w83627hf_wdt.c
+++ b/
drivers/watchdog/w83627hf_wdt.c
@@
-420,7
+420,7
@@
static int wdt_find(int addr)
cr_wdt_csr = NCT6102D_WDT_CSR;
break;
case NCT6116_ID:
- ret = nct61
02
;
+ ret = nct61
16
;
cr_wdt_timeout = NCT6102D_WDT_TIMEOUT;
cr_wdt_control = NCT6102D_WDT_CONTROL;
cr_wdt_csr = NCT6102D_WDT_CSR;