You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[media] s5p-fimc: Convert to use generic media bus polarity flags
Switch to generic media bus signal polarity flags and allow configuring the FIELD signal polarity. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
3c6938f805
commit
12ecf56d1a
@@ -19,11 +19,6 @@ enum cam_bus_type {
|
||||
FIMC_LCD_WB, /* FIFO link from LCD mixer */
|
||||
};
|
||||
|
||||
#define FIMC_CLK_INV_PCLK (1 << 0)
|
||||
#define FIMC_CLK_INV_VSYNC (1 << 1)
|
||||
#define FIMC_CLK_INV_HREF (1 << 2)
|
||||
#define FIMC_CLK_INV_HSYNC (1 << 3)
|
||||
|
||||
struct i2c_board_info;
|
||||
|
||||
/**
|
||||
@@ -37,7 +32,7 @@ struct i2c_board_info;
|
||||
* @i2c_bus_num: i2c control bus id the sensor is attached to
|
||||
* @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU)
|
||||
* @clk_id: index of the SoC peripheral clock for sensors
|
||||
* @flags: flags defining bus signals polarity inversion (High by default)
|
||||
* @flags: the parallel bus flags defining signals polarity (V4L2_MBUS_*)
|
||||
*/
|
||||
struct s5p_fimc_isp_info {
|
||||
struct i2c_board_info *board_info;
|
||||
|
||||
Reference in New Issue
Block a user