summaryrefslogtreecommitdiffstats
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 {
int min_height; /* Filter out smaller sizes */
int clock_speed; /* External clock speed (MHz) */
bool use_smbus; /* Use smbus I/O instead of I2C */
+ bool pll_bypass; /* Choose whether to bypass the PLL */
+ bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */
};
#endif