X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Ffsl_wdog.h;h=683c3f3bac6600e2cfc27c738ca7867d66d956ce;hb=ce058ae5f2c539e4fc8f2ceec591c78eb8b0ae57;hp=f698d4d64edc9b6cd544d800e18f8fcd7d350f3a;hpb=587c3f8ebe356b558f1876414885c1b4a31294ab;p=u-boot diff --git a/include/fsl_wdog.h b/include/fsl_wdog.h index f698d4d64e..683c3f3bac 100644 --- a/include/fsl_wdog.h +++ b/include/fsl_wdog.h @@ -15,5 +15,6 @@ struct watchdog_regs { #define WCR_WDE 0x04 #define WCR_WDT 0x08 #define WCR_SRS 0x10 +#define WCR_WDA 0x20 #define SET_WCR_WT(x) (x << 8) #define WCR_WT_MSK SET_WCR_WT(0xFF)