diff options
Diffstat (limited to 'include/media/tegra_v4l2_camera.h')
-rw-r--r-- | include/media/tegra_v4l2_camera.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/media/tegra_v4l2_camera.h b/include/media/tegra_v4l2_camera.h index fef8a9bb5db0..9f04425d6a26 100644 --- a/include/media/tegra_v4l2_camera.h +++ b/include/media/tegra_v4l2_camera.h @@ -36,10 +36,12 @@ struct tegra_camera_platform_data { int lanes; /* For CSI port only */ bool continuous_clk; /* For CSI port only */ - bool internal_sync; /* VIP */ - u8 vip_h_active_start; /* VIP */ - u8 vip_v_active_start; /* VIP */ + bool internal_sync; /* VIP */ + u8 vip_h_active_start; /* VIP */ + u8 vip_v_active_start; /* VIP */ + bool continuous_capture; /* CSI only */ + int vi_freq; }; #endif /* _TEGRA_CAMERA_H_ */ |