]> 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)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:35:25 +0000 (08:35 +0200)
commitcd49ec187ae68c7f99ce773c89dfaa57189451ad
tree6fea08ebe568de4d6d376cb56d6b0dd03dce1237
parent60dbe2264382fc2961156a397ee313c86ef2f98e
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