Commit afcd5b9b authored by Srikanth Krishnakar's avatar Srikanth Krishnakar Committed by Wim Van Sebroeck

watchdog: w83627hf_wdt: Fix support NCT6116D

We should select nct6116 for the new chip, not nct6102.
Signed-off-by: default avatarSrikanth Krishnakar <skrishnakar@gmail.com>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent d1eef1c6
......@@ -420,7 +420,7 @@ static int wdt_find(int addr)
cr_wdt_csr = NCT6102D_WDT_CSR;
break;
case NCT6116_ID:
ret = nct6102;
ret = nct6116;
cr_wdt_timeout = NCT6102D_WDT_TIMEOUT;
cr_wdt_control = NCT6102D_WDT_CONTROL;
cr_wdt_csr = NCT6102D_WDT_CSR;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment