author | Vaibhav Bedia <vaibhav.bedia@ti.com> | |
Wed, 14 Mar 2012 17:15:27 +0000 (22:45 +0530) | ||
committer | Vaibhav Bedia <vaibhav.bedia@ti.com> | |
Wed, 14 Mar 2012 17:15:27 +0000 (22:45 +0530) | ||
commit | 39fb74f72337725a140618cc99d7a3cc18282e91 | |
tree | 9cc5c19432720181be136436c40adf6b513464b2 | tree | snapshot (tar.xz tar.gz zip) |
parent | e0d0d4c4fb4e82e696033cbfa1f3f1cc12c1fbb6 | commit | diff |
ARM: OMAP: AM33XX: PM: Remove voltage scaling from PM code
Since the cpufreq driver is a consumer of the regulator that
is being used for scaling the voltage during suspend resume,
a regulator_set_voltage() without informing cpufreq gets into
issues with the min_uV and max_uV that both agree upon.
This was leading to suspend getting aborted and system eventually
dying.
A subsequent patch will add back the scaling using the cpufreq
driver itself.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
Since the cpufreq driver is a consumer of the regulator that
is being used for scaling the voltage during suspend resume,
a regulator_set_voltage() without informing cpufreq gets into
issues with the min_uV and max_uV that both agree upon.
This was leading to suspend getting aborted and system eventually
dying.
A subsequent patch will add back the scaling using the cpufreq
driver itself.
Signed-off-by: Vaibhav Bedia <vaibhav.bedia@ti.com>
arch/arm/mach-omap2/pm33xx.c | diff | blob | history |