From: Eduardo Valentin Date: Wed, 13 Apr 2011 15:21:06 +0000 (+0300) Subject: OMAP2+: PM: Fix the saving of CM_AUTOIDLE_PLL register on scratchpad area X-Git-Tag: v2.6.39-rc6~21^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bc2e98bcb280009cb0f85ce64e5f79b1669f9ff;p=pandora-kernel.git 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 Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed