diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2010-12-27 13:02:16 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-03-21 19:31:38 -0400 |
commit | 3d0ce7ed037af9bafec498246d0e4af8302d993a (patch) | |
tree | 619627cedea5c93ddf6eee2918b4597d06e3b08e /include | |
parent | df7e09a351199ad9a70eb9ae3b072cc4fc59a9bb (diff) |
[media] s5p-fimc: Derive camera bus width from mediabus pixelcode
Remove bus_width from s5p_fimc_isp_info data structure.
Determine camera data bus width based on mediabus pixel format.
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/media/s5p_fimc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/media/s5p_fimc.h b/include/media/s5p_fimc.h index eb8793fd150e..d30b9dee0f3b 100644 --- a/include/media/s5p_fimc.h +++ b/include/media/s5p_fimc.h | |||
@@ -34,7 +34,6 @@ struct i2c_board_info; | |||
34 | * @bus_type: determines bus type, MIPI, ITU-R BT.601 etc. | 34 | * @bus_type: determines bus type, MIPI, ITU-R BT.601 etc. |
35 | * @i2c_bus_num: i2c control bus id the sensor is attached to | 35 | * @i2c_bus_num: i2c control bus id the sensor is attached to |
36 | * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU) | 36 | * @mux_id: FIMC camera interface multiplexer index (separate for MIPI and ITU) |
37 | * @bus_width: camera data bus width in bits | ||
38 | * @flags: flags defining bus signals polarity inversion (High by default) | 37 | * @flags: flags defining bus signals polarity inversion (High by default) |
39 | */ | 38 | */ |
40 | struct s5p_fimc_isp_info { | 39 | struct s5p_fimc_isp_info { |
@@ -42,7 +41,6 @@ struct s5p_fimc_isp_info { | |||
42 | enum cam_bus_type bus_type; | 41 | enum cam_bus_type bus_type; |
43 | u16 i2c_bus_num; | 42 | u16 i2c_bus_num; |
44 | u16 mux_id; | 43 | u16 mux_id; |
45 | u16 bus_width; | ||
46 | u16 flags; | 44 | u16 flags; |
47 | }; | 45 | }; |
48 | 46 | ||