How to do late initialization of LCD driver

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to do late initialization of LCD driver

610 次查看
davidzhou
Contributor V

I have imx6ul development board with Linux 4.15

I have implemented a splash windows through u-boot, and want to make kernel LCD driver initialization as later as possible.

The current LCD driver is initialized through:

   __initcall_mxsfb_driver_init6

Is there a way to call this function through Use Space (Application)? If not, how to implement late initialization?

Thank you,

David Zhou

0 项奖励
1 回复

420 次查看
igorpadykov
NXP Employee
NXP Employee

Hi David

I am afraid it is currently not supported and developing custom codes

may be required, probably as example one can look on implementation of

echo 0 > /sys/class/graphics/fb0/blank on

How do I prevent the LCD from turning off after 20 min ?

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励