]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ENGR00216031 [MX6]Need to force bus freq to highest point when suspend
authorAnson Huang <b20788@freescale.com>
Fri, 6 Jul 2012 11:10:06 +0000 (19:10 +0800)
committerOliver Wendt <ow@karo-electronics.de>
Mon, 30 Sep 2013 12:12:22 +0000 (14:12 +0200)
commit396c294fad50dc19d4b4f0e89713a88c0a5f6423
tree7d381b1f8ff5499db9677bdd44677ed20e469de7
parent61d0735f4586ba3574e90903c012ac020d7ee4d3
ENGR00216031 [MX6]Need to force bus freq to highest point when suspend

1. When bus freq is at 400M setpoint, currently bus freq will not
set to high setpoint when suspend, but some drivers which need
high bus freq enable clock before bus freq resume, so the request
of high bus freq will be ignore until next high bus freq device is
enabled,it will result in some devices need high bus freq but bus freq
dirver stay at med setpoint. So we need to force bus freq to
highest setpoint before suspend to avoid such scenario.

2. Clean up PU LDO turn on/off, move to regulator driver and maintain by
VPU and GPU driver.

Signed-off-by: Anson Huang <b20788@freescale.com>
arch/arm/mach-mx6/bus_freq.c
arch/arm/mach-mx6/mx6_anatop_regulator.c