]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
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 1222cfb90d183d7f4870e4634e3346f2ca6d6210..c8740f640c1155d93009c892c9e64daf9c927bdc 100644 (file)
@@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
                },
        },
        .dev = {
+               .power.can_wakeup = 1,
                .platform_data = &eth_private_data,
        }
 };