forked from luck/tmp_suning_uos_patched
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>
This commit is contained in:
parent
3ea57218fd
commit
b89df50423
|
@ -287,7 +287,7 @@ int bfin_pm_suspend_mem_enter(void)
|
|||
static int bfin_pm_valid(suspend_state_t state)
|
||||
{
|
||||
return (state == PM_SUSPEND_STANDBY
|
||||
#ifndef BF533_FAMILY
|
||||
#if !(defined(BF533_FAMILY) || defined(CONFIG_BF561))
|
||||
/*
|
||||
* On BF533/2/1:
|
||||
* If we enter Hibernate the SCKE Pin is driven Low,
|
||||
|
|
Loading…
Reference in New Issue
Block a user