sh_eth: enable wake-on-lan for sh7763

This is based on public datasheet for sh7763 which shows it has the
same behavior and registers for WoL as other versions of sh_eth.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Niklas Söderlund 2017-01-09 16:34:09 +01:00 committed by David S. Miller
parent 159c2a9044
commit 267e1d5c74
1 changed files with 1 additions and 0 deletions

View File

@ -845,6 +845,7 @@ static struct sh_eth_cpu_data sh7763_data = {
.no_ade = 1,
.tsu = 1,
.irq_flags = IRQF_SHARED,
.magic = 1,
};
static struct sh_eth_cpu_data sh7619_data = {