1
0
Fork 0

blackfin: mach-bf609: add can_wakeup to ethernet device

Signed-off-by: Bob Liu <lliubbo@gmail.com>
hifive-unleashed-5.1
Bob Liu 2012-05-09 17:20:32 +08:00
parent 364130227d
commit 6e1953e140
1 changed files with 1 additions and 0 deletions

View File

@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
},
},
.dev = {
.power.can_wakeup = 1,
.platform_data = &eth_private_data,
}
};