From ed061181c4a9cc474142dcfb6ee3c946facf9764 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 8 Mar 2017 09:35:59 +0100 Subject: [PATCH] fix pixel rate for dsi we need to push data for two LVDS channels --- dsi85_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dsi85_main.c b/dsi85_main.c index 6d692d6..d579ffb 100755 --- a/dsi85_main.c +++ b/dsi85_main.c @@ -29,15 +29,15 @@ const struct _cfg_reg {0x09, 0x00}, {0x0A, 0x05}, - {0x0B, 0x10}, + {0x0B, 0x29}, {0x0D, 0x00}, {0x10, 0x26}, {0x11, 0x00}, - {0x12, 0x2c}, + {0x12, 0x59}, {0x13, 0x00}, {0x18, 0x6c}, {0x19, 0x00}, - {0x1A, 0x00}, + {0x1A, 0x03}, {0x1B, 0x00}, {0x20, 0x80}, {0x21, 0x07},