Hi,
I'm using the iMX6UL process with a 24bpp LCD. In my application that LCD will be completed switched off when the unit is Idle. The processor (ideally) will be in low power mode but not in standby to ensure communications are still active.
I would like to know if the LCD_RESET signal can be used to hold the LCD module in reset. This will allow the unit to reduce power consumption. If yes, how to access it in the application?
Thank you for your help.
Regards
Santhosh
Hi Santhosh
there is no way to put it in special state in low power mode, however
one can configure LCD_RESET as gpio and control it from
linux/arch/arm/mach-imx/suspend-imx6.S
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Can you explain this a little further? Are you saying it's possible to set gpio pin states during low power or standby mode? I read the contents of the suspend-imx6.S assembly code but I can't make heads or tails of it, and don't see anything in there about setting gpio's.
Hi Igor,
Thank you for taking the time. Can you please let me know if the LCD driver (in Linux) uses the LCD_RESET line? If not, I can use it as a GPIO even without the lower power mode.
My application will not be going into suspend mode, I'm planning to turn off the LCD completely and switch to a lower frequency and call it "power saving" mode. I need to keep UART communication running in "power saving" mode and don't want to suspend the processor.
Thank you for your time.
Regards
Santhosh