]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00331450-5 ARM: imx: gpc: support PU bypass case
authorRobin Gong <b38343@freescale.com>
Mon, 15 Sep 2014 05:36:30 +0000 (13:36 +0800)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:46 +0000 (21:17 -0600)
commitf242e74635e6b88738292598467706e42c6a3dc3
treeb653cd1a436ef38b938ac93731e8265ed44c08fd
parentdbdd671c35790128684e233743a3bd9f92292f0f
ENGR00331450-5 ARM: imx: gpc: support PU bypass case

Current anatop regulator driver will force vddsoc->sel = 0 if vddsoc
bypassed in u-boot. That also make sel of vddpu = 0 because vddpu
track the same value with vddsoc. So we bypass vddpu firstly to flow
anatop driver rule.
Another thing is consider there is no vddpu regulator in i.mx6sx, we
need take care of this case in gpc driver.

Signed-off-by: Robin Gong <b38343@freescale.com>
arch/arm/mach-imx/gpc.c