Hi,
I'm working on a dra74xx custom board and trying to get LCD2 (DPI2) video output working.
Currently I added the appropriate dts nodes and the video output is seen by for example modetest; however, I don't see anything on the vout2_clk line.
I already double-checked the muxing (both on the u-boot mux-data.h and reading dedicated registers) and it's ok.
One strange thing can be found reading the DSS_STATUS register: LCD2_CLK_STATUS is always set to 0x0 (LCD2_CLK clock switch is on-going) while for example LCD1_CLK_STATUS is equal to 0x02 (DPLL_DSI1_A_CLK1 is used by DISPC as LCD1_CLK clock) - and LCD1 is actually working fine.
How can I resolve this issue?
I'm using the 3.14 kernel from 7.02.00.02 GLSDK.
Thank you