I am using iMX7Dual SABRE board connect to MIPI DSI Truly panel, driver loaded with the warning of "Y panning exceed..."
I wish to the know where can I have detail programming example of iMX7 Dual MIPI DSI for the following register:
MIPI_DSI_PLLCTRL,
MIPI_DSI_PLLCTRL1,
MIPI_DSI_PLLCTRL2,
MIPI_DSI_PLLTMR,
MIPI_DSI_PHYCTRL_B1,
MIPI_DSI_PHYCTRL_B2,
MIPI_DSI_PHYCTRL_M1,
MIPI_DSI_PHYCTRL_M2,
MIPI_DSI_PHYTIMING,
MIPI_DSI_PHYTIMING1,
MIPI_DSI_PHYTIMING2
I have found one from Linux mipi_dsi_samsung.c, but it don't have much documentation about the above mentioned registers.