Hi,
We are trying to use SN65DSI85(DSI to LVDS) controller with OMAP5.
OMAP's DSI1_A and DSI1_C are respectively connected to DSIA and DSIB inputs of SN controller.
And, LVDSB output of SN controller is connected to LCD. LVDSA output of SN has kept unconnected.
I would like to mention couple of things we learn from SN controller's datasheet:
1) SN controller's PLL gets locked by DSIA input's clock.
2) SN controller doesn't have any single-link mode that goes from DSIA to LVDSB.
- So, As we want full output on LVDSB, we are using SN controller's two singled like mode(DSIA -> LVDSA & DSIB -> LVDSB at a time).
- We are not using DIS1_A for any data transfer. Only DSI1_A's clock will be used as needed by SN to lock PLL.
- We are transferring framebuffer output over DSI1_C -> DSIB of SN -> LVDSB of SN -> LCD. However, we are not seeing anything on LG and we are getting CHA_LLP_ERR bit error in CSR 0xE5 and 0xE6.
How SN will behave in two single-link mode, if DISA line is not used for data transfer? Will it impact communication of B channel (DSI1_C -> DSIB of SN -> LVDSB of SN -> LCD) or operation of SN itself?
Thanks,
Hardik