]> Pileus Git - ~andy/linux/blobdiff - include/media/ov7670.h
iio:adc:ad7476 move to info_mask_(shared_by_type/separate)
[~andy/linux] / include / media / ov7670.h
index b133bc1230310e9e4276a5daf4169c7981f14316..1913d5123072f0375632082f6b6d981f55ce40a4 100644 (file)
@@ -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