diff options
author | Rajendra Nayak <rnayak@ti.com> | 2011-07-09 20:42:11 -0600 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-07-09 20:42:11 -0600 |
commit | 6349b96b439515e1100cd98f27ff55a262f558a3 (patch) | |
tree | f991d2451334f68db033264d9468c4412844b3ff /lib | |
parent | 2c53b436a30867eb6b47dd7bab23ba638d1fb0d2 (diff) | |
download | blackbird-obmc-linux-6349b96b439515e1100cd98f27ff55a262f558a3.tar.gz blackbird-obmc-linux-6349b96b439515e1100cd98f27ff55a262f558a3.zip |
OMAP2+: PM: Initialise sleep_switch to a non-valid value
sleep_switch which is initialised to 0 in omap_set_pwrdm_state
happens to be a valid sleep_switch type (FORCEWAKEUP_SWITCH)
which are defined as:
#define FORCEWAKEUP_SWITCH 0
#define LOWPOWERSTATE_SWITCH 1
This causes the function to wrongly program some clock domains
even when the Powerdomain is in ON state.
Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Cc: Paul Walmsley <paul@pwsan.com>
Acked-by: Kevin Hilman <khilman@ti.com>
Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'lib')
0 files changed, 0 insertions, 0 deletions