Skip to content

Commit

Permalink
blackfin: mach-bf609: add can_wakeup to ethernet device
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Liu <[email protected]>
  • Loading branch information
aet00 committed May 21, 2012
1 parent 3641302 commit 6e1953e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/blackfin/mach-bf609/boards/ezkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
},
},
.dev = {
.power.can_wakeup = 1,
.platform_data = &eth_private_data,
}
};
Expand Down

0 comments on commit 6e1953e

Please sign in to comment.