aboutsummaryrefslogtreecommitdiffstats
path: root/include/media/ov7670.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/media/ov7670.h')
-rw-r--r--include/media/ov7670.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/ov7670.h b/include/media/ov7670.h
index b133bc123031..1913d5123072 100644
--- a/include/media/ov7670.h
+++ b/include/media/ov7670.h
@@ -15,6 +15,8 @@ struct ov7670_config {
15 int min_height; /* Filter out smaller sizes */ 15 int min_height; /* Filter out smaller sizes */
16 int clock_speed; /* External clock speed (MHz) */ 16 int clock_speed; /* External clock speed (MHz) */
17 bool use_smbus; /* Use smbus I/O instead of I2C */ 17 bool use_smbus; /* Use smbus I/O instead of I2C */
18 bool pll_bypass; /* Choose whether to bypass the PLL */
19 bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */
18}; 20};
19 21
20#endif 22#endif