From 008da2a44c2479e87d104b8e2f87d39222ab5c63 Mon Sep 17 00:00:00 2001 From: Sakari Ailus Date: Fri, 13 Jul 2007 11:35:51 +0300 Subject: [PATCH] ARM: OMAP2: Add camera block base address definition. Signed-off-by: Sakari Ailus Signed-off-by: Tony Lindgren --- include/asm-arm/arch-omap/omap24xx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/asm-arm/arch-omap/omap24xx.h b/include/asm-arm/arch-omap/omap24xx.h index 675b78fdcc2..e552ce8c5bf 100644 --- a/include/asm-arm/arch-omap/omap24xx.h +++ b/include/asm-arm/arch-omap/omap24xx.h @@ -77,6 +77,9 @@ /* Mailbox */ #define OMAP24XX_MAILBOX_BASE (L4_24XX_BASE + 0x94000) +/* Camera */ +#define OMAP24XX_CAMERA_BASE (L4_24XX_BASE + 0x52000) + #if defined(CONFIG_ARCH_OMAP2420) #define OMAP2_32KSYNCT_BASE OMAP2420_32KSYNCT_BASE -- 2.41.1