]> Pileus Git - ~andy/linux/blobdiff - drivers/media/platform/omap3isp/ispreg.h
Merge branch 'depends/omap-cleanup-headers-menelaus' into next/headers
[~andy/linux] / drivers / media / platform / omap3isp / ispreg.h
index 084ea77d65a75a454eccd76c1746b04cb5d4668a..e2c57f334c5d4a4da780069bf5869eb383f4b4a0 100644 (file)
 #ifndef OMAP3_ISP_REG_H
 #define OMAP3_ISP_REG_H
 
-#include <plat/omap34xx.h>
-
-
 #define CM_CAM_MCLK_HZ                 172800000       /* Hz */
 
 /* ISP Submodules offset */
 
+#define L4_34XX_BASE                   0x48000000
+#define OMAP3430_ISP_BASE              (L4_34XX_BASE + 0xBC000)
+
 #define OMAP3ISP_REG_BASE              OMAP3430_ISP_BASE
 #define OMAP3ISP_REG(offset)           (OMAP3ISP_REG_BASE + (offset))