commit | 8bc2e98bcb280009cb0f85ce64e5f79b1669f9ff | [log] [tgz] |
---|---|---|
author | Eduardo Valentin <eduardo.valentin@ti.com> | Wed Apr 13 18:21:06 2011 +0300 |
committer | Paul Walmsley <paul@pwsan.com> | Wed Apr 20 12:43:56 2011 -0600 |
tree | 1be744f64a2d6679bd89666e8c0f4cb003bbff9c | |
parent | 2df122f52fd31c327e0aa05caf6017ecd7867d5f [diff] |
OMAP2+: PM: Fix the saving of CM_AUTOIDLE_PLL register on scratchpad area The saving of CCR.CM_AUTOIDLE_PLL is done in scratchpad area. However, in current code, the saving is done for CM_AUTOIDLE2_PLL (offset 0x34) instead of CM_AUTOIDLE_PLL (offset 0x30). This patch changes the code to save the correct register. Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>