]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00224137 mx6 : restore VDD_PU in resume with the old value before suspend
authorRobin Gong <B38343@freescale.com>
Thu, 13 Sep 2012 06:19:41 +0000 (14:19 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:59 +0000 (14:12 +0200)
commit3165ab34b7646981cb8b020e5e62c1cf21d53796
tree6fea08ebe568de4d6d376cb56d6b0dd03dce1237
parenta2ab4e92f534cbe3c3c79d8f58b67b24243d0f82
ENGR00224137 mx6 : restore VDD_PU in resume with the old value before suspend

Before, VDD_PU regulator will be set 1.1V for ever, but now VDD_PU track with
VDD_ARM, so we can not restore with 1.1V when system resume back.We need save
the old value set when power off PU in suspend flow, and then restore it in
resume flow.
Signed-off-by: Robin Gong <B38343@freescale.com>
arch/arm/mach-mx6/pm.c