|
发表于 2020-7-21 14:08:30
自己编译一个固件,打上下面的补丁。
- diff --git a/drivers/media/i2c/ov13850.c b/drivers/media/i2c/ov13850.c
- index d54ded141f4b..bac45f92551e 100644
- --- a/drivers/media/i2c/ov13850.c
- +++ b/drivers/media/i2c/ov13850.c
- @@ -574,8 +574,8 @@ static const struct regval ov13850_1920x1080_regs[] = {
- {0x3813, 0x02},
- {0x3814, 0x31},
- {0x3815, 0x31},
- - {0x3820, 0x02},
- - {0x3821, 0x05},
- + {0x3820, 0x06},
- + {0x3821, 0x01},
- {0x3836, 0x08},
- {0x3837, 0x02},
- {0x4601, 0x04},
复制代码
|
|