]> git.baikalelectronics.ru Git - uboot.git/commit
aspeed: Watchdog Timer Driver
authormaxims@google.com <maxims@google.com>
Mon, 17 Apr 2017 19:00:22 +0000 (12:00 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 8 May 2017 15:57:31 +0000 (11:57 -0400)
commitc8068a028810f7656b357557f2316aea7c6acf41
tree32b328b44d53ac1af19901f94385c3a648bc8893
parente7bb9c88fabb8fbe0dff5b0b51a73151f51edb09
aspeed: Watchdog Timer Driver

This driver supports ast2500 and ast2400 SoCs.
Only ast2500 supports reset_mask and thus the option of resettting
individual peripherals using WDT.

Signed-off-by: Maxim Sloyko <maxims@google.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/arm/include/asm/arch-aspeed/wdt.h
arch/arm/mach-aspeed/ast_wdt.c
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/ast_wdt.c [new file with mode: 0644]