diff options
-rw-r--r-- | drivers/media/video/tegra/ov5650.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/media/video/tegra/ov5650.c b/drivers/media/video/tegra/ov5650.c index 3e2d23ab3374..bac1d00c3bd0 100644 --- a/drivers/media/video/tegra/ov5650.c +++ b/drivers/media/video/tegra/ov5650.c @@ -123,7 +123,7 @@ static struct ov5650_reg mode_start[] = { {0x4000, 0x01}, {0x401c, 0x48}, {0x401d, 0x08}, - {0x5000, 0x00}, + {0x5000, 0x06}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -296,7 +296,6 @@ static struct ov5650_reg mode_2080x1164[] = { {0x401d, 0x08}, {0x4001, 0x02}, - {0x5000, 0x00}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -419,7 +418,6 @@ static struct ov5650_reg mode_1920x1080[] = { {0x401d, 0x08}, {0x4001, 0x02}, - {0x5000, 0x00}, {0x5001, 0x00}, {0x5002, 0x00}, {0x503d, 0x00}, @@ -669,7 +667,6 @@ static struct ov5650_reg mode_320x240[] = { {0x3810, 0x40}, {0x3836, 0x41}, {0x505f, 0x04}, - {0x5000, 0x06}, {0x5001, 0x00}, {0x5002, 0x02}, {0x503d, 0x00}, |