]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
watchdog/denali: Adding DesignWare watchdog driver support
authorChin Liang See <clsee@altera.com>
Tue, 10 Jun 2014 06:10:21 +0000 (01:10 -0500)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 4 Jul 2014 22:24:16 +0000 (00:24 +0200)
commitd8c67dc6e1f861bcf6e61c0b67782fbac2e0a010
tree78fe2e1133108456374c7e6b4fbd492188827a70
parent7237d22baac9ebeffc946dfd30b9f61aaf0bfdbc
watchdog/denali: Adding DesignWare watchdog driver support

To add the DesignWare watchdog driver support. It required
information such as register base address and clock info from
configuration header file  within include/configs folder.

Signed-off-by: Chin Liang See <clsee@altera.com>
Cc: Anatolij Gustschin <agust@denx.de>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Heiko Schocher <hs@denx.de>
Cc: Tom Rini <trini@ti.com>
drivers/watchdog/Makefile
drivers/watchdog/designware_wdt.c [new file with mode: 0644]