summaryrefslogtreecommitdiff
path: root/drivers/media/i2c
diff options
context:
space:
mode:
authorBingbu Cao <bingbu.cao@intel.com>2023-01-05 14:02:49 +0300
committerMauro Carvalho Chehab <mchehab@kernel.org>2023-03-20 18:02:43 +0300
commit48c33c656c4a84ee81348bfd9f7f0e56df9fd50f (patch)
tree4a0c4560240e4f789c387ceec8d42e51f44d4309 /drivers/media/i2c
parent1af2f618acc1486e3b46cb54cb4891d47bb80c61 (diff)
downloadlinux-48c33c656c4a84ee81348bfd9f7f0e56df9fd50f.tar.xz
media: ov13b10: remove streaming mode set from reg_list
It is not expected that trying to set the sensor to streaming mode when trying to set initial sensor configuration. Signed-off-by: Bingbu Cao <bingbu.cao@intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Diffstat (limited to 'drivers/media/i2c')
-rw-r--r--drivers/media/i2c/ov13b10.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/i2c/ov13b10.c b/drivers/media/i2c/ov13b10.c
index 722f490f9db4..c1430044fb1e 100644
--- a/drivers/media/i2c/ov13b10.c
+++ b/drivers/media/i2c/ov13b10.c
@@ -243,7 +243,6 @@ static const struct ov13b10_reg mipi_data_rate_1120mbps[] = {
{0x5047, 0xa4},
{0x5048, 0x20},
{0x5049, 0xa4},
- {0x0100, 0x01},
};
static const struct ov13b10_reg mode_4208x3120_regs[] = {