Browse Source

blackfin: mach-bf609: add can_wakeup to ethernet device

Signed-off-by: Bob Liu <lliubbo@gmail.com>
Bob Liu 13 years ago
parent
commit
6e1953e140
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/blackfin/mach-bf609/boards/ezkit.c

+ 1 - 0
arch/blackfin/mach-bf609/boards/ezkit.c

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