Hello Community
I am porting an LCD driver at uboot level for DART-MX8M-Mini based custom board, I have successfully added the driver but somehow display is not getting up and when we analyzed the same from the oscilloscope we are not getting proper clocks, so for this I have to do some hack to enable the MIPI and lcdif clocks. Please share your knowledge and experience how I can enable the clocks. How the clock controller module is configured at uboot level.
Find logs in the attachment
and also what are these struct and significance of each field(pdiv,mdiv,sdiv,kdiv)
Thanks in advance!
Hi Sunidhi
unfortunately description of PLL_1416X, PLL_1443X, fields pdiv,mdiv,sdiv,kdiv is not available for
customers as it concerns internal design info, sorry. For understanding of clocks configuration
one can look at
one can check #define PLLCTRL_SET_PMS(x) in linux and uboot drivers:
Best regards
igor