The Apollo Lake Watchdog has the no_reboot flag in the 4th bit.
Signed-off-by: Yong, Jonathan <jonathan.yong@intel.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
        u32 enable_bit;
 
        switch (iTCO_wdt_private.iTCO_version) {
+       case 5:
        case 3:
                enable_bit = 0x00000010;
                break;
 
        /* Clear out the (probably old) status */
        switch (iTCO_wdt_private.iTCO_version) {
+       case 5:
        case 4:
                outw(0x0008, TCO1_STS); /* Clear the Time Out Status bit */
                outw(0x0002, TCO2_STS); /* Clear SECOND_TO_STS bit */