Message ID | 20220513141416.120552-10-jacopo@jmondi.org |
---|---|
State | Accepted |
Commit | e74ef55b89682eac816377e5b457246b2de800d8 |
Headers | show |
Series | media: ov5640: Rework the clock tree programming for MIPI | expand |
diff --git a/drivers/media/i2c/ov5640.c b/drivers/media/i2c/ov5640.c index 272a81d27b91..85b0d0ea249e 100644 --- a/drivers/media/i2c/ov5640.c +++ b/drivers/media/i2c/ov5640.c @@ -750,7 +750,7 @@ ov5640_mode_data[OV5640_NUM_MODES] = { .height = 1944, }, .crop = { - .left = 16, + .left = 56, .top = 60, .width = 720, .height = 480,