Skip to content

Commit 43fd683

Browse files
iabdalkaderfacchinm
authored andcommitted
drivers: video: ov7670: Use default YUYV/RGB565 order.
TSLB[3] swaps the YUYV/RGB565 output. Signed-off-by: Ibrahim Abdalkader <[email protected]>
1 parent 1851d3e commit 43fd683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/video/ov7670.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ static const struct ov7670_reg ov7670_init_regtbl[] = {
256256

257257
/* display , need retain */
258258
{OV7670_COM15, 0xD0}, /* Common Control 15 */
259-
{OV7670_TSLB, 0x0C}, /* Line Buffer Test Option */
259+
{OV7670_TSLB, 0x04}, /* Reserved */
260260
{OV7670_COM13, 0x80}, /* Common Control 13 */
261261
{OV7670_MANU, 0x11}, /* Manual U Value */
262262
{OV7670_MANV, 0xFF}, /* Manual V Value */

0 commit comments

Comments
 (0)