* AUTO_EXTVOLT on OMAP2430
@ 2008-10-20 5:07 Seth Forshee
0 siblings, 0 replies; only message in thread
From: Seth Forshee @ 2008-10-20 5:07 UTC (permalink / raw)
To: linux-omap
I'm working with what basically amounts to an older version of the linux-omap
kernel with substantial modifications. I found that in some situations I was
getting about 4 mA more current draw during suspend than at other times. This
was ultimately being caused by some of the code that runs in SRAM masking off
the PRCM_VOLTCTRL[AUTO_EXTVOLT] bit. I compared to tips in the linux-omap repo
for comparison and found the situation is the same -- the bit is set during
initialization, but will be cleared by the SRAM code that configures the SDRC.
>From reading the TRM it seems that this bit should only affect the retention
and off states, so I don't understand why it needs to be masked during SDRC
configuration. Is there any danger in changing the mask to leave this bit
unchanged? Or would it be safer to set this bit before suspend and clear it
after?
Thanks,
Seth
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-20 5:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-20 5:07 AUTO_EXTVOLT on OMAP2430 Seth Forshee
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox