diff options
| -rw-r--r-- | drivers/media/platform/omap3isp/ispreg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/platform/omap3isp/ispreg.h b/drivers/media/platform/omap3isp/ispreg.h index 084ea77d65a7..e2c57f334c5d 100644 --- a/drivers/media/platform/omap3isp/ispreg.h +++ b/drivers/media/platform/omap3isp/ispreg.h | |||
| @@ -27,13 +27,13 @@ | |||
| 27 | #ifndef OMAP3_ISP_REG_H | 27 | #ifndef OMAP3_ISP_REG_H |
| 28 | #define OMAP3_ISP_REG_H | 28 | #define OMAP3_ISP_REG_H |
| 29 | 29 | ||
| 30 | #include <plat/omap34xx.h> | ||
| 31 | |||
| 32 | |||
| 33 | #define CM_CAM_MCLK_HZ 172800000 /* Hz */ | 30 | #define CM_CAM_MCLK_HZ 172800000 /* Hz */ |
| 34 | 31 | ||
| 35 | /* ISP Submodules offset */ | 32 | /* ISP Submodules offset */ |
| 36 | 33 | ||
| 34 | #define L4_34XX_BASE 0x48000000 | ||
| 35 | #define OMAP3430_ISP_BASE (L4_34XX_BASE + 0xBC000) | ||
| 36 | |||
| 37 | #define OMAP3ISP_REG_BASE OMAP3430_ISP_BASE | 37 | #define OMAP3ISP_REG_BASE OMAP3430_ISP_BASE |
| 38 | #define OMAP3ISP_REG(offset) (OMAP3ISP_REG_BASE + (offset)) | 38 | #define OMAP3ISP_REG(offset) (OMAP3ISP_REG_BASE + (offset)) |
| 39 | 39 | ||
