Hi All,
I am working on display bringup activity writing a driver for TI SN65DSI85 ( DSI BRIDGE TO FLATLINK LVDS) bridge + Chimei N101JSF WUXGA pannel (1920 x 1200). Driver development is done and able to genarate the test pattern on the pannel, but android boot up is not seen on the pannel (nothing is displayed only back light is on). In the interrupt status register of SN65DSI85 observe the SOT error bit is set. Any suggestion how to debug this issue or slove this?
Thanks in advance, Any help would be greatly help us to proceed further.
Current configuration of SN65DSI85 is below
1)Single channel DSI is used with 4 data lanes. DSI clock running at 840Mhz
2)Channel A and B of LVDS is used together for oupting odd and even pixel. LVDS clock running at 79Mhz. 24bpp format
Below are the CSR register value updated in the SN65DSI85 via I2C interace during initalization
Register address : value
0x00-0x08: [0x35],[0x38],[0x49],[0x53],[0x44],[0x20],[0x20],[0x20],[0x01] (Device ID )
0x0a: [0x85]
0x0b: [0x20]
0x0d: [0x01]
0x10: [0x26]
0x11: [0x00]
0x12: [0x50]
0x13: [0x00]
0x18: [0x6f]
0x19: [0x05]
0x1a: [0x00]
0x1b: [0x00]
0x20: [0x58]
0x21: [0x02]
0x22: [0x00]
0x23: [0x00]
0x24: [0x80]
0x25: [0x07]
0x26: [0x00]
0x27: [0x00]
0x28: [0x20]
0x29: [0x00]
0x2a: [0x00]
0x2b: [0x00]
0x2c: [0x20]
0x2d: [0x00]
0x2e: [0x00]
0x2f: [0x00]
0x30: [0x06]
0x31: [0x00]
0x32: [0x00]
0x33: [0x00]
0x34: [0x30]
0x35: [0x00]
0x36: [0x03]
0x37: [0x00]
0x38: [0x50]
0x39: [0x00]
0x3a: [0x11]
0x3b: [0x00]
0x3c: [0x00]
0x3d: [0x00]
0x3e: [0x00]
0xe0: [0x01] 0xe1: [0xfd] 0xe2: [0xfc] 0xe3: [0x00] 0xe4: [0x00] 0xe5: [0x0d] 0xe6: [0x00]
With Regards,
ABN