]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM: sunxi: Move watchdog register definitions to separate file
authorChen-Yu Tsai <wens@csie.org>
Sat, 4 Oct 2014 12:37:26 +0000 (20:37 +0800)
committerHans de Goede <hdegoede@redhat.com>
Fri, 24 Oct 2014 07:35:38 +0000 (09:35 +0200)
commit2b679f9fa4a0166917e804a7dbf2d44a7e04f34a
tree121ae8b93fba86aea41141b107f9075278942a63
parent41f8e9f5c48ec919b1a44591008ddc3e5a045228
ARM: sunxi: Move watchdog register definitions to separate file

On later Allwinner SoCs, the watchdog hardware is by all means a
separate hardware block, with its own address range and interrupt
line.

Move the register definitions to a separate file to facilitate
supporting newer SoCs.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
arch/arm/include/asm/arch-sunxi/timer.h
arch/arm/include/asm/arch-sunxi/watchdog.h [new file with mode: 0644]