Dears:
when used SN65DSI84, I found below issue:
when use external 26M clock, SN65DSI84 cannot output the LVDS CLK. Have checked write and ready registers are OK. Blow is the register for your RFE. Can you please help check it? Thanks.
#ifdef SN65DSI84_NO_26M_CLK
{0x0A, 0x05},
{0x0B, 0x20},
#else
{0x0A, 0x04},
{0x0B, 0x02},
#endif
#ifdef SN65DSI84_NO_26M_CLK
{0x12, 0x5d},
#else
{0x12, 0x2c},
#endif
#ifdef SN65DSI84_NO_26M_CLK
{0x28, 0xe1},
{0x29, 0x03},
#else
{0x28, 0x20},
{0x29, 0x00},
#endif