Hi, I am using the freescale embeded linux on a I.MX6. I am trying to wake the system by I2C.
I have used the following instructions to enter in wait/sleep mode:
Hi Hernán
you are right i2c driver by default does not support wake,
in particular clock should not be turned off with CCM_CGPR
register. Just for reference one can look at attached Linux
Manual Chapter 35 Inter-IC (I2C) Driver.
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Thans a lot Igor, I will try to use another wake-up source (like GPIO).
Regards, Hernán.