diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2009-03-28 11:14:41 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2009-03-28 11:14:41 -0400 |
commit | b89df5042300bc08492a567f409c6899863ed8a3 (patch) | |
tree | 87d0b2733d45d8dfae2805f74c15bc78cb75c865 /arch | |
parent | 3ea57218fde5fe6c2ff449d4c30fc69ac6976096 (diff) |
Blackfin arch: Blacklist Hibernate (PM_SUSPEND_MEM) on BF561 as well
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-common/pm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/blackfin/mach-common/pm.c b/arch/blackfin/mach-common/pm.c index f48a6aebb49b..bce5a84be49f 100644 --- a/arch/blackfin/mach-common/pm.c +++ b/arch/blackfin/mach-common/pm.c | |||
@@ -287,7 +287,7 @@ int bfin_pm_suspend_mem_enter(void) | |||
287 | static int bfin_pm_valid(suspend_state_t state) | 287 | static int bfin_pm_valid(suspend_state_t state) |
288 | { | 288 | { |
289 | return (state == PM_SUSPEND_STANDBY | 289 | return (state == PM_SUSPEND_STANDBY |
290 | #ifndef BF533_FAMILY | 290 | #if !(defined(BF533_FAMILY) || defined(CONFIG_BF561)) |
291 | /* | 291 | /* |
292 | * On BF533/2/1: | 292 | * On BF533/2/1: |
293 | * If we enter Hibernate the SCKE Pin is driven Low, | 293 | * If we enter Hibernate the SCKE Pin is driven Low, |