From: Sakari Ailus Date: Fri, 13 Jul 2007 08:35:51 +0000 (+0300) Subject: ARM: OMAP2: Add camera block base address definition. X-Git-Tag: v2.6.23-omap1~238 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=008da2a44c2479e87d104b8e2f87d39222ab5c63;p=linux-2.6-omap-h63xx.git ARM: OMAP2: Add camera block base address definition. Signed-off-by: Sakari Ailus Signed-off-by: Tony Lindgren --- 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