Commit 618b055b authored by Sakari Ailus's avatar Sakari Ailus Committed by Mauro Carvalho Chehab

[media] omap3isp: Move definitions required by board code under include/media

XCLK definitions are often required by the board code. Move them to public
include file.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@iki.fi>
Acked-by: default avatarLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 8f4f298e
...@@ -238,10 +238,6 @@ void omap3isp_configure_bridge(struct isp_device *isp, ...@@ -238,10 +238,6 @@ void omap3isp_configure_bridge(struct isp_device *isp,
const struct isp_parallel_platform_data *pdata, const struct isp_parallel_platform_data *pdata,
unsigned int shift); unsigned int shift);
#define ISP_XCLK_NONE 0
#define ISP_XCLK_A 1
#define ISP_XCLK_B 2
struct isp_device *omap3isp_get(struct isp_device *isp); struct isp_device *omap3isp_get(struct isp_device *isp);
void omap3isp_put(struct isp_device *isp); void omap3isp_put(struct isp_device *isp);
......
...@@ -29,6 +29,10 @@ ...@@ -29,6 +29,10 @@
struct i2c_board_info; struct i2c_board_info;
struct isp_device; struct isp_device;
#define ISP_XCLK_NONE 0
#define ISP_XCLK_A 1
#define ISP_XCLK_B 2
enum isp_interface_type { enum isp_interface_type {
ISP_INTERFACE_PARALLEL, ISP_INTERFACE_PARALLEL,
ISP_INTERFACE_CSI2A_PHY2, ISP_INTERFACE_CSI2A_PHY2,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment