]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ubuntu-packaging-samples/u-boot.git/commit
mx31/mx35/mx51/mx53/mx6: add watchdog
authorTroy Kisky <troy.kisky@boundarydevices.com>
Mon, 22 Oct 2012 15:19:01 +0000 (15:19 +0000)
committerStefano Babic <sbabic@denx.de>
Sun, 13 Jan 2013 10:39:57 +0000 (11:39 +0100)
commitabbab70363dcdb270cbf24d47849214dd3a3e010
tree2eb6f30be46ddc350e5635179dabdd126be2b0cd
parent17c5ef20073c49ae1a10150b4194b25b6f1154fe
mx31/mx35/mx51/mx53/mx6: add watchdog

Use a common watchdog driver for all these cpus.

Signed-off-by: Troy Kisky <troy.kisky@boundarydevices.com>
Acked-by: Stefano Babic <sbabic@denx.de>
16 files changed:
arch/arm/cpu/arm1136/mx31/timer.c
arch/arm/cpu/arm1136/mx35/generic.c
arch/arm/imx-common/cpu.c
arch/arm/include/asm/arch-mx31/clock.h
arch/arm/include/asm/arch-mx31/imx-regs.h
arch/arm/include/asm/arch-mx35/imx-regs.h
arch/arm/include/asm/arch-mx5/imx-regs.h
board/davedenx/qong/qong.c
board/freescale/mx31pdk/mx31pdk.c
board/hale/tt01/tt01.c
doc/README.watchdog [new file with mode: 0644]
drivers/watchdog/Makefile
drivers/watchdog/imx_watchdog.c [new file with mode: 0644]
include/configs/mx31pdk.h
include/configs/qong.h
include/watchdog.h