Commit c5550bb9 authored by Philipp Zabel's avatar Philipp Zabel Committed by Mauro Carvalho Chehab
Browse files

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



This register is later overwritten by set_frame_rate anyway.

Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarHans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent ee1845d1
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -465,8 +465,6 @@ static const u8 bridge_init_772x[][2] = {
	{ 0x1c, 0x0a },
	{ 0x1c, 0x0a },
	{ 0x1d, 0x08 }, /* turn on UVC header */
	{ 0x1d, 0x08 }, /* turn on UVC header */
	{ 0x1d, 0x0e }, /* .. */
	{ 0x1d, 0x0e }, /* .. */

	{ 0xe5, 0x04 },
};
};
static const u8 sensor_init_772x[][2] = {
static const u8 sensor_init_772x[][2] = {
	{ 0x12, 0x80 },
	{ 0x12, 0x80 },