diff options
author | Tom Rini <trini@ti.com> | 2013-08-28 09:00:28 -0400 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-01 15:30:22 -0400 |
commit | 155d424a9a0228e2f38ce21a92b20c31896d61d2 (patch) | |
tree | 787d83dfc4399221718262f540b61a961d9e48e0 /arch/arm/include/asm/arch-am33xx | |
parent | 5d4d38d1cc89f523118219b1a38713d94fe72b3b (diff) | |
download | u-boot-155d424a9a0228e2f38ce21a92b20c31896d61d2.tar.gz |
am33xx, davinci: Create and use <asm/davinci_rtc.h>
Create a common header file for the RTC IP block that is shared between
davinci and am33xx.
Signed-off-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/arch-am33xx')
-rw-r--r-- | arch/arm/include/asm/arch-am33xx/cpu.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/arm/include/asm/arch-am33xx/cpu.h b/arch/arm/include/asm/arch-am33xx/cpu.h index 52fa128af9..05752ce689 100644 --- a/arch/arm/include/asm/arch-am33xx/cpu.h +++ b/arch/arm/include/asm/arch-am33xx/cpu.h @@ -457,15 +457,6 @@ struct gptimer { unsigned int tcar2; /* offset 0x58 */ }; -/* RTC Registers */ -struct rtc_regs { - unsigned int res[21]; - unsigned int osc; /* offset 0x54 */ - unsigned int res2[5]; - unsigned int kick0r; /* offset 0x6c */ - unsigned int kick1r; /* offset 0x70 */ -}; - /* UART Registers */ struct uart_sys { unsigned int resv1[21]; |