i.MX535 - LPDDR2 Kernel Config

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

i.MX535 - LPDDR2 Kernel Config

Jump to solution
737 Views
SrideviK
Contributor III

Hi,

We are using Android R10.4 BSP as our reference.

In our custom platform we are using LPDDR2 interfaced to i.MX535 and PMIC used in MC34708.

Basically without Power management we have the device running properly as the Uboot DCD customization is done to meet the LPDDR2 requirement.

But when the power management is enabled & device enters suspend mode, it gets stuck in suspend_in_iram. There are some configurations in suspend.s.

Pls advice on the Kernel changes required with respect to LPDDR2 configuration.

Regards,

Sridevi

Labels (2)
0 Kudos
1 Solution
567 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, Sridevi

     I think maybe you can try comment out the DDR IO related power setting(PM_SET_HIGHZ_PAD), as LPDDR2 has different IO settings.

View solution in original post

0 Kudos
2 Replies
568 Views
AnsonHuang
NXP Employee
NXP Employee

Hi, Sridevi

     I think maybe you can try comment out the DDR IO related power setting(PM_SET_HIGHZ_PAD), as LPDDR2 has different IO settings.

0 Kudos
567 Views
SrideviK
Contributor III

Hi Yongcai Huang,

Yes. Commented out the DDR IO related power setting (PM_SET_HIGHZ_PAD) in suspend.S.

Suspend & Wakeup is working fine.

Thanks for the support.

Regards,

Sridevi

0 Kudos