Commit 6e1953e1 authored by Bob Liu's avatar Bob Liu

blackfin: mach-bf609: add can_wakeup to ethernet device

Signed-off-by: default avatarBob Liu <lliubbo@gmail.com>
parent 36413022
...@@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = { ...@@ -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,
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment