commit | cd847ab4313d061286872fdfa379f85830f710c1 | [log] [tgz] |
---|---|---|
author | Fabio Estevam <fabio.estevam@freescale.com> | Sat Oct 03 14:20:59 2015 -0300 |
committer | Tom Rini <trini@konsulko.com> | Mon Oct 12 12:56:26 2015 -0400 |
tree | e9fbf62a159b4b54a0a61b3503a61e6a296bbe6e | |
parent | ab67e155fbaf6f71018ad315d694734cc803c991 [diff] |
imx_watchdog: Add a header file for watchdog registers Create fsl_wdog.h to store the watchdog registers and bit fields. This can be useful when accesses to the watchdog block are made from other parts, such as arch/arm/ cpu code. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>