Hi,
I want to disable LCD output then I luckily found a LCDC_EN bit.
However this bit seems one of the clock gates.
Is it safe to stop this clock after LCDC initialization done?
Solved! Go to Solution.
Hi torus1000
yes safe. Also clock is enabled after all LCDC initialization is done,
as one can see in i.MX25 PDK splashscreen example lcd_ctrl_init()
uboot-imx.git - Freescale i.MX u-boot Tree
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi torus1000
yes safe. Also clock is enabled after all LCDC initialization is done,
as one can see in i.MX25 PDK splashscreen example lcd_ctrl_init()
uboot-imx.git - Freescale i.MX u-boot Tree
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------