From 2f7b112401afd630a60fc46b2b02533b7a385a94 Mon Sep 17 00:00:00 2001 From: Yiqing Zeng Date: Thu, 28 Apr 2022 11:21:37 +0800 Subject: [PATCH] media: i2c: sc530ai change mipi clk to continuous mode Signed-off-by: Yiqing Zeng Change-Id: If1b9d1b62d61a73a499ca7a15725f0e67156da0b --- drivers/media/i2c/sc530ai.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/media/i2c/sc530ai.c b/drivers/media/i2c/sc530ai.c index 61c31b514373..d412107310ca 100644 --- a/drivers/media/i2c/sc530ai.c +++ b/drivers/media/i2c/sc530ai.c @@ -312,6 +312,7 @@ static const struct regval sc530ai_linear_10_30fps_2880x1620_4lane_regs[] = { {0x3e02, 0xa0}, {0x440e, 0x02}, {0x4509, 0x20}, + {0x4800, 0x04}, {0x4837, 0x28}, {0x5010, 0x10}, {0x5799, 0x06}, @@ -466,6 +467,7 @@ static const struct regval sc530ai_hdr_10_30fps_2880x1620_4lane_regs[] = { {0x3e24, 0xc8}, {0x440e, 0x02}, {0x4509, 0x20}, + {0x4800, 0x04}, {0x4816, 0x11}, {0x5010, 0x10}, {0x5799, 0x06}, @@ -621,6 +623,7 @@ static const struct regval sc530ai_10_30fps_2880x1620_2lane_regs[] = { {0x3e02, 0xa0}, {0x440e, 0x02}, {0x4509, 0x20}, + {0x4800, 0x04}, {0x4837, 0x14}, {0x5010, 0x10}, {0x5799, 0x06},