Issue in enabling LCDIF clock at uboot level

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Issue in enabling LCDIF clock at uboot level

1,542件の閲覧回数
sd05
Contributor III

We are having a imx8m mini based customboard we want to port  MIPI DSI based st7703 lcd panel driver at uboot and display splash screen.

1. We are able to port the st7703 driver (taking  reference of rm67191 driver) with uboot 2020 version for our board as well. Probe is getting call and please see the logs, video-link is being created with lcdif, video bridge and panel.

2. Since the mipi panel is already working in the kernel, so we kind of ported the clock values as well. But as attached in clk-dump the usecnt is 0 for all the display related clocks.

3. We also see in imx8mm.dtsi file there is display-subsystem node, whose compatible string matches with the drm core. But in uboot we do not have support for it. Do we need to add that?

Currently everything is working fine, but somehow the clock is not getting init. We also probed the hardware and we do not see the clk with the probe too

 

0 件の賞賛
返信
1 返信

1,537件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Sunidhi

 

for uboot mipi-dsi usage one can look at

https://source.codeaurora.org/external/imx/uboot-imx/tree/board/freescale/imx8mm_evk/imx8mm_evk.c?h=...

 

Best regards
igor

0 件の賞賛
返信