On Tue Oct 14 19:40:28 2025 +0200, Hans de Goede wrote:
> Registers 0x3501 (exposure), 0x3508 (analogue-gain) and 0x4503 (test-
> pattern) are already set through __v4l2_ctrl_handler_setup() drop them
> from ov01a10_global_setting[].
> 
> Signed-off-by: Hans de Goede <[email protected]>
> Tested-by: Mehdi Djait <[email protected]> # Dell XPS 9315
> Reviewed-by: Mehdi Djait <[email protected]>
> Signed-off-by: Sakari Ailus <[email protected]>
> Signed-off-by: Hans Verkuil <[email protected]>

Patch committed.

Thanks,
Hans Verkuil

 drivers/media/i2c/ov01a10.c | 5 -----
 1 file changed, 5 deletions(-)

---

diff --git a/drivers/media/i2c/ov01a10.c b/drivers/media/i2c/ov01a10.c
index 2480925f9957..1a02772bdf1c 100644
--- a/drivers/media/i2c/ov01a10.c
+++ b/drivers/media/i2c/ov01a10.c
@@ -123,11 +123,7 @@ static const struct reg_sequence ov01a10_global_setting[] 
= {
        {0x3002, 0xa1},
        {0x301e, 0xf0},
        {0x3022, 0x01},
-       {0x3501, 0x03},
-       {0x3502, 0x78},
        {0x3504, 0x0c},
-       {0x3508, 0x01},
-       {0x3509, 0x00},
        {0x3601, 0xc0},
        {0x3603, 0x71},
        {0x3610, 0x68},
@@ -197,7 +193,6 @@ static const struct reg_sequence ov01a10_global_setting[] = 
{
        {0x4300, 0xff},
        {0x4301, 0x00},
        {0x4302, 0x0f},
-       {0x4503, 0x00},
        {0x4601, 0x50},
        {0x4800, 0x64},
        {0x481f, 0x34},
_______________________________________________
linuxtv-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to