aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/i2c/ov490.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/i2c/ov490.c')
-rw-r--r--drivers/media/i2c/ov490.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/i2c/ov490.c b/drivers/media/i2c/ov490.c
index 80dc23a6314b..18fbb68fd439 100644
--- a/drivers/media/i2c/ov490.c
+++ b/drivers/media/i2c/ov490.c
@@ -47,7 +47,12 @@
#define OV490_MAX_HEIGHT 800
#define MAX_NUM_GPIOS 10
-#define OV490_PIXEL_RATE 192000000
+
+/*
+ * = fvco / pixel_width * num_lanes
+ * = 804,000,000 / 16 bits * 4 lanes
+ */
+#define OV490_PIXEL_RATE 201000000
struct ov490_regval {
u32 addr;