mirror of
https://github.com/torvalds/linux.git
synced 2024-11-14 16:12:02 +00:00
greybus: camera: Update CSI config parameters
Remove lines_per_second parameter from csi configuration structure as VFE driver dropped dependency on it Signed-off-by: Jacopo Mondi <jacopo.mondi@linaro.org> Reviewed-by: Laurent Pinchart <laurent.pinchart@linaro.org> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
parent
f88b94ec2a
commit
433aa123f5
@ -41,13 +41,10 @@ struct gb_camera_stream {
|
||||
* struct gb_camera_csi_params - CSI configuration parameters
|
||||
* @num_lanes: number of CSI data lanes
|
||||
* @clk_freq: CSI clock frequency in Hz
|
||||
* @lines_per_second: Total number of lines in a second of transmission
|
||||
* (blanking included)
|
||||
*/
|
||||
struct gb_camera_csi_params {
|
||||
unsigned int num_lanes;
|
||||
unsigned int clk_freq;
|
||||
unsigned int lines_per_second;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user