[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200727030748.3791-1-david.lu@bitland.com.cn>
Date: Mon, 27 Jul 2020 11:07:48 +0800
From: David Lu <david.lu@...land.com.cn>
To: david.lu@...land.com.cn
Cc: Dongchun Zhu <dongchun.zhu@...iatek.com>,
Mauro Carvalho Chehab <mchehab@...nel.org>,
linux-media@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] media: ov8856: decrease hs_trail time
To meet mipi hi speed transmission, decrease hs_trail time to pass mipi
test.
Signed-off-by: David Lu <david.lu@...land.com.cn>
---
drivers/media/i2c/ov8856.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/media/i2c/ov8856.c b/drivers/media/i2c/ov8856.c
index 4ca27675cc5a..1f1835b14a24 100644
--- a/drivers/media/i2c/ov8856.c
+++ b/drivers/media/i2c/ov8856.c
@@ -284,7 +284,7 @@ static const struct ov8856_reg mode_3280x2464_regs[] = {
{0x4601, 0x80},
{0x4800, 0x44},
{0x4816, 0x53},
- {0x481b, 0x58},
+ {0x481b, 0x42},
{0x481f, 0x27},
{0x4837, 0x16},
{0x483c, 0x0f},
@@ -474,7 +474,7 @@ static const struct ov8856_reg mode_1640x1232_regs[] = {
{0x4601, 0x80},
{0x4800, 0x44},
{0x4816, 0x53},
- {0x481b, 0x58},
+ {0x481b, 0x42},
{0x481f, 0x27},
{0x4837, 0x16},
{0x483c, 0x0f},
--
2.17.1
Powered by blists - more mailing lists