blackfin: mach-bf609: add can_wakeup to ethernet device
Signed-off-by: Bob Liu <lliubbo@gmail.com>
This commit is contained in:
parent
364130227d
commit
6e1953e140
|
@ -137,6 +137,7 @@ static struct platform_device bfin_eth_device = {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.dev = {
|
.dev = {
|
||||||
|
.power.can_wakeup = 1,
|
||||||
.platform_data = ð_private_data,
|
.platform_data = ð_private_data,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue