fix pixel rate for dsi
we need to push data for two LVDS channels
This commit is contained in:
parent
a226fe4fcb
commit
ed061181c4
1 changed files with 3 additions and 3 deletions
|
@ -29,15 +29,15 @@ const struct _cfg_reg
|
||||||
|
|
||||||
{0x09, 0x00},
|
{0x09, 0x00},
|
||||||
{0x0A, 0x05},
|
{0x0A, 0x05},
|
||||||
{0x0B, 0x10},
|
{0x0B, 0x29},
|
||||||
{0x0D, 0x00},
|
{0x0D, 0x00},
|
||||||
{0x10, 0x26},
|
{0x10, 0x26},
|
||||||
{0x11, 0x00},
|
{0x11, 0x00},
|
||||||
{0x12, 0x2c},
|
{0x12, 0x59},
|
||||||
{0x13, 0x00},
|
{0x13, 0x00},
|
||||||
{0x18, 0x6c},
|
{0x18, 0x6c},
|
||||||
{0x19, 0x00},
|
{0x19, 0x00},
|
||||||
{0x1A, 0x00},
|
{0x1A, 0x03},
|
||||||
{0x1B, 0x00},
|
{0x1B, 0x00},
|
||||||
{0x20, 0x80},
|
{0x20, 0x80},
|
||||||
{0x21, 0x07},
|
{0x21, 0x07},
|
||||||
|
|
Loading…
Reference in a new issue