i.MX25 LCD output disable

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

i.MX25 LCD output disable

Jump to solution
574 Views
torus1000
Contributor V

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?

Labels (1)
Tags (1)
0 Kudos
1 Solution
488 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

View solution in original post

0 Kudos
1 Reply
489 Views
igorpadykov
NXP Employee
NXP Employee

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!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos