Standby in imx6

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

Standby in imx6

Jump to solution
1,024 Views
mathew_k_t
Contributor II

Hi,

I'm working on low power management in imx6ull evk. I found a dedicated pin CCM_PMIC_STBY_REQ and GPIO_DVFS.

And I'm getting following results in power state = standby,

PMIC_STBY_REQ = 0, GPIO_DVFS = 0, output is 1.4V (1.375V + 25mV)
PMIC_STBY_REQ = 0, GPIO_DVFS = 1, output is 1.3V (1.275V + 25mV)

  1. But I have a doubt in below condition

      PMIC_STBY_REQ = 1, GPIO_DVFS = 0, output is 0.925V (0.9V + 25mV)

      How to get the above condition, I'm unable to find any configuration for CCM_PMIC_STBY_REQ in dts or pm_imx6.c.

   2. Whether this condition is achieved in any other power state.

awaiting your response.

Regards,

Labels (3)
0 Kudos
1 Solution
670 Views
igorpadykov
NXP Employee
NXP Employee

Hi mathew_k

one can look at low power mode cases description in AN5345

i.MX6ULL Power Consumption Application Note

sect.4.1.1. Use case 1: Deep-Sleep mode (DSM), sect.6.1. Deep-Sleep mode

https://www.nxp.com/docs/en/application-note/AN5345.pdf 

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
671 Views
igorpadykov
NXP Employee
NXP Employee

Hi mathew_k

one can look at low power mode cases description in AN5345

i.MX6ULL Power Consumption Application Note

sect.4.1.1. Use case 1: Deep-Sleep mode (DSM), sect.6.1. Deep-Sleep mode

https://www.nxp.com/docs/en/application-note/AN5345.pdf 

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

0 Kudos