From: Heiko Schocher <hs@denx.de>
Date: Wed, 14 Sep 2011 19:48:22 +0000 (+0000)
Subject: arm, davinci: add RTC base addr
X-Git-Tag: v2011.12-rc1~683
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=725c2935f6fab261fe6ef2e06524c75c7ae0274e;p=oweals%2Fu-boot.git

arm, davinci: add RTC base addr

Signed-off-by: Heiko Schocher <hs@denx.de>
Cc: Paulraj Sandeep <s-paulraj@ti.com>
Cc: Albert ARIBAUD <albert.u.boot@aribaud.net>
Signed-off-by: Sandeep Paulraj <s-paulraj@ti.com>
---

diff --git a/arch/arm/include/asm/arch-davinci/hardware.h b/arch/arm/include/asm/arch-davinci/hardware.h
index 78680e6b7d..19ab68075e 100644
--- a/arch/arm/include/asm/arch-davinci/hardware.h
+++ b/arch/arm/include/asm/arch-davinci/hardware.h
@@ -128,6 +128,7 @@ typedef volatile unsigned int *	dv_reg_p;
 #define DAVINCI_TIMER0_BASE			0x01c20000
 #define DAVINCI_TIMER1_BASE			0x01c21000
 #define DAVINCI_WDOG_BASE			0x01c21000
+#define DAVINCI_RTC_BASE			0x01c23000
 #define DAVINCI_PLL_CNTRL0_BASE			0x01c11000
 #define DAVINCI_PLL_CNTRL1_BASE			0x01e1a000
 #define DAVINCI_PSC0_BASE			0x01c10000