aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf609
diff options
context:
space:
mode:
authorBob Liu <lliubbo@gmail.com>2012-05-09 05:20:32 -0400
committerBob Liu <lliubbo@gmail.com>2012-05-21 02:54:46 -0400
commit6e1953e140e7c965cf18dd7dabfdfe853bb4786b (patch)
tree99c7128f1aa1ac72cffa1c3b4c2a7f018d245dab /arch/blackfin/mach-bf609
parent364130227d6d3a2f197d099d4bc0134acbd4dcb3 (diff)
blackfin: mach-bf609: add can_wakeup to ethernet device
Signed-off-by: Bob Liu <lliubbo@gmail.com>
Diffstat (limited to 'arch/blackfin/mach-bf609')
-rw-r--r--arch/blackfin/mach-bf609/boards/ezkit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf609/boards/ezkit.c b/arch/blackfin/mach-bf609/boards/ezkit.c
index 1222cfb90d18..c8740f640c11 100644
--- a/arch/blackfin/mach-bf609/boards/ezkit.c
+++ b/arch/blackfin/mach-bf609/boards/ezkit.c
@@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
137 }, 137 },
138 }, 138 },
139 .dev = { 139 .dev = {
140 .power.can_wakeup = 1,
140 .platform_data = &eth_private_data, 141 .platform_data = &eth_private_data,
141 } 142 }
142}; 143};