[media] s5p-fimc: Add the media device driver
[deliverable/linux.git] / include / media / s5p_fimc.h
index 9fdff8a4ed2667f36beb2b3d551419f561ba2626..086a7aada9d23283da43e97a876d3d11417bbbfb 100644 (file)
@@ -36,6 +36,7 @@ struct i2c_board_info;
  * @csi_data_align: MIPI-CSI interface data alignment in bits
  * @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)
  */
 struct s5p_fimc_isp_info {
@@ -46,6 +47,7 @@ struct s5p_fimc_isp_info {
        u16 i2c_bus_num;
        u16 mux_id;
        u16 flags;
+       u8 clk_id;
 };
 
 /**
This page took 0.027126 seconds and 5 git commands to generate.