commit | f532727d16ebd3f8f9464aa503a1990f2f3b3211 | [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 | 87a9595709adfa60644a93c261fcc2b75cfd2a1a [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>