]> git.ipfire.org Git - people/ms/u-boot.git/commit
imx_watchdog: Add a header file for watchdog registers
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 3 Oct 2015 17:20:59 +0000 (14:20 -0300)
committerTom Rini <trini@konsulko.com>
Mon, 12 Oct 2015 16:56:26 +0000 (12:56 -0400)
commitf532727d16ebd3f8f9464aa503a1990f2f3b3211
treee9fbf62a159b4b54a0a61b3503a61e6a296bbe6e
parent87a9595709adfa60644a93c261fcc2b75cfd2a1a
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>
drivers/watchdog/imx_watchdog.c
include/fsl_wdog.h [new file with mode: 0644]