diff options
Diffstat (limited to 'drivers/media/platform/omap3isp/isp.h')
| -rw-r--r-- | drivers/media/platform/omap3isp/isp.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/media/platform/omap3isp/isp.h b/drivers/media/platform/omap3isp/isp.h index 8be7487c326f..accb3b04f5dc 100644 --- a/drivers/media/platform/omap3isp/isp.h +++ b/drivers/media/platform/omap3isp/isp.h | |||
| @@ -72,6 +72,8 @@ enum isp_mem_resources { | |||
| 72 | OMAP3_ISP_IOMEM_CSI2C_REGS1, | 72 | OMAP3_ISP_IOMEM_CSI2C_REGS1, |
| 73 | OMAP3_ISP_IOMEM_CSIPHY1, | 73 | OMAP3_ISP_IOMEM_CSIPHY1, |
| 74 | OMAP3_ISP_IOMEM_CSI2C_REGS2, | 74 | OMAP3_ISP_IOMEM_CSI2C_REGS2, |
| 75 | OMAP3_ISP_IOMEM_343X_CONTROL_CSIRXFE, | ||
| 76 | OMAP3_ISP_IOMEM_3630_CONTROL_CAMERA_PHY_CTRL, | ||
| 75 | OMAP3_ISP_IOMEM_LAST | 77 | OMAP3_ISP_IOMEM_LAST |
| 76 | }; | 78 | }; |
| 77 | 79 | ||
| @@ -127,9 +129,6 @@ struct isp_reg { | |||
| 127 | 129 | ||
| 128 | struct isp_platform_callback { | 130 | struct isp_platform_callback { |
| 129 | u32 (*set_xclk)(struct isp_device *isp, u32 xclk, u8 xclksel); | 131 | u32 (*set_xclk)(struct isp_device *isp, u32 xclk, u8 xclksel); |
| 130 | int (*csiphy_config)(struct isp_csiphy *phy, | ||
| 131 | struct isp_csiphy_dphy_cfg *dphy, | ||
| 132 | struct isp_csiphy_lanes_cfg *lanes); | ||
| 133 | }; | 132 | }; |
| 134 | 133 | ||
| 135 | /* | 134 | /* |
