aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/gspca/ov534.c
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2018-12-14 11:40:31 -0500
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-01-16 14:00:46 -0500
commit530993347bae43648f4aca2966c37cd269af66b7 (patch)
treea45908be789aa502c3b948260a6dffab93b15f94 /drivers/media/usb/gspca/ov534.c
parentmedia: gspca: ov534-ov722x: remove camera clock setup from bridge_init (diff)
downloadlinux-dev-530993347bae43648f4aca2966c37cd269af66b7.tar.xz
linux-dev-530993347bae43648f4aca2966c37cd269af66b7.zip
media: gspca: ov534-ov772x: remove unnecessary COM3 initialization
The COM3 register at address 0x0c already defaults to 0x10, the two bits COM3[7:6] are set according to V4L2 controls by sethvflip later. There is no need to set it multiple times during bridge initialization. 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>
Diffstat (limited to 'drivers/media/usb/gspca/ov534.c')
-rw-r--r--drivers/media/usb/gspca/ov534.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/usb/gspca/ov534.c b/drivers/media/usb/gspca/ov534.c
index 23deeedd3279..02c90ad96b76 100644
--- a/drivers/media/usb/gspca/ov534.c
+++ b/drivers/media/usb/gspca/ov534.c
@@ -543,13 +543,10 @@ static const u8 sensor_init_772x[][2] = {
{ 0x8c, 0xe8 },
{ 0x8d, 0x20 },
- { 0x0c, 0x90 },
-
{ 0x2b, 0x00 },
{ 0x22, 0x7f },
{ 0x23, 0x03 },
{ 0x11, 0x01 },
- { 0x0c, 0xd0 },
{ 0x64, 0xff },
{ 0x0d, 0x41 },
@@ -557,7 +554,6 @@ static const u8 sensor_init_772x[][2] = {
{ 0x0e, 0xcd },
{ 0xac, 0xbf },
{ 0x8e, 0x00 }, /* De-noise threshold */
- { 0x0c, 0xd0 }
};
static const u8 bridge_start_vga_yuyv_772x[][2] = {
{0x88, 0x00},