OSDN Git Service

blackfin: mach-bf609: add can_wakeup to ethernet device
authorBob Liu <lliubbo@gmail.com>
Wed, 9 May 2012 09:20:32 +0000 (17:20 +0800)
committerBob 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

index 1222cfb..c8740f6 100644 (file)
@@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
                },
        },
        .dev = {
+               .power.can_wakeup = 1,
                .platform_data = &eth_private_data,
        }
 };