diff options
Diffstat (limited to 'drivers/media/video/omap3isp/ispcsiphy.h')
-rw-r--r-- | drivers/media/video/omap3isp/ispcsiphy.h | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/drivers/media/video/omap3isp/ispcsiphy.h b/drivers/media/video/omap3isp/ispcsiphy.h index 9596dc6830a6..e93a661e65d9 100644 --- a/drivers/media/video/omap3isp/ispcsiphy.h +++ b/drivers/media/video/omap3isp/ispcsiphy.h | |||
@@ -27,22 +27,11 @@ | |||
27 | #ifndef OMAP3_ISP_CSI_PHY_H | 27 | #ifndef OMAP3_ISP_CSI_PHY_H |
28 | #define OMAP3_ISP_CSI_PHY_H | 28 | #define OMAP3_ISP_CSI_PHY_H |
29 | 29 | ||
30 | #include <media/omap3isp.h> | ||
31 | |||
30 | struct isp_csi2_device; | 32 | struct isp_csi2_device; |
31 | struct regulator; | 33 | struct regulator; |
32 | 34 | ||
33 | struct csiphy_lane { | ||
34 | u8 pos; | ||
35 | u8 pol; | ||
36 | }; | ||
37 | |||
38 | #define ISP_CSIPHY2_NUM_DATA_LANES 2 | ||
39 | #define ISP_CSIPHY1_NUM_DATA_LANES 1 | ||
40 | |||
41 | struct isp_csiphy_lanes_cfg { | ||
42 | struct csiphy_lane data[ISP_CSIPHY2_NUM_DATA_LANES]; | ||
43 | struct csiphy_lane clk; | ||
44 | }; | ||
45 | |||
46 | struct isp_csiphy_dphy_cfg { | 35 | struct isp_csiphy_dphy_cfg { |
47 | u8 ths_term; | 36 | u8 ths_term; |
48 | u8 ths_settle; | 37 | u8 ths_settle; |