]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00231910 PU regulator: do not disable PU regulator
authorRobin Gong <b38343@freescale.com>
Wed, 31 Oct 2012 13:41:16 +0000 (21:41 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:13:19 +0000 (14:13 +0200)
If system enter suspend/resume during VPU encoding on Rigel, there will be
"VPU blocking: timeout." error . But there is ok if enter suspend/resume
during VPU decoding and enter suspend/resume during encoding/decoding  on
Arik, until now we didn't know the root cause, so revert it firstly.
Because the previous patch about PU regulator is composed with four commits
and hard to revert, now we adopt simplest way that do not disable PU regulator
in low level. The negative impact is there will several mA increasment in
suspend, we will fix it ASAP.
Signed-off-by: Robin Gong <b38343@freescale.com>
arch/arm/mach-mx6/mx6_anatop_regulator.c

index 9599a5439e54254ab85a00ac8f88bd8139f0ecbd..1ed5183eaa6e50731c165e1ef31af5a43424cff0 100644 (file)
@@ -210,7 +210,7 @@ static int pu_disable(struct anatop_regulator *sreg)
 {
        unsigned int reg;
        int ret = 0;
-
+       return 0;
        /* Disable the brown out detection since we are going to be
          * disabling the LDO.
          */