blackfin: mach-bf609: add can_wakeup to ethernet device

Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
Bob Liu 2012-05-09 17:20:32 +08:00
parent 364130227d
commit 6e1953e140

View file

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