2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 22:53:55 +08:00

media: gspca: ov534-ov722x: remove camera clock setup from bridge_init

This register is later overwritten by set_frame_rate anyway.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
Philipp Zabel 2018-12-14 11:40:30 -05:00 committed by Mauro Carvalho Chehab
parent ee1845d1cb
commit c5550bb950

View File

@ -465,8 +465,6 @@ static const u8 bridge_init_772x[][2] = {
{ 0x1c, 0x0a },
{ 0x1d, 0x08 }, /* turn on UVC header */
{ 0x1d, 0x0e }, /* .. */
{ 0xe5, 0x04 },
};
static const u8 sensor_init_772x[][2] = {
{ 0x12, 0x80 },