projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3641302
)
blackfin: mach-bf609: add can_wakeup to ethernet device
author
Bob Liu
<lliubbo@gmail.com>
Wed, 9 May 2012 09:20:32 +0000
(17:20 +0800)
committer
Bob Liu
<lliubbo@gmail.com>
Mon, 21 May 2012 06:54:46 +0000
(14:54 +0800)
Signed-off-by: Bob Liu <lliubbo@gmail.com>
arch/blackfin/mach-bf609/boards/ezkit.c
patch
|
blob
|
history
diff --git
a/arch/blackfin/mach-bf609/boards/ezkit.c
b/arch/blackfin/mach-bf609/boards/ezkit.c
index
1222cfb
..
c8740f6
100644
(file)
--- 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 = {
},
},
.dev = {
+ .power.can_wakeup = 1,
.platform_data = ð_private_data,
}
};