This is needed to make rave-sp-wdt driver to properly ping the
watchdog on "legacy" firmware.

Cc: [email protected]
Cc: [email protected]
Cc: Lucas Stach <[email protected]>
Cc: Nikita Yushchenko <[email protected]>
Cc: Lee Jones <[email protected]>
Signed-off-by: Andrey Smirnov <[email protected]>
---
 drivers/mfd/rave-sp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/mfd/rave-sp.c b/drivers/mfd/rave-sp.c
index a999fa721b03..eee62ba6874d 100644
--- a/drivers/mfd/rave-sp.c
+++ b/drivers/mfd/rave-sp.c
@@ -631,6 +631,8 @@ static int rave_sp_default_cmd_translate(enum 
rave_sp_command command)
                return 0x14;
        case RAVE_SP_CMD_SW_WDT:
                return 0x1C;
+       case RAVE_SP_CMD_PET_WDT:
+               return 0x1D;
        case RAVE_SP_CMD_RESET:
                return 0x1E;
        case RAVE_SP_CMD_RESET_REASON:
-- 
2.17.1

Reply via email to