Commit 33017e24 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by David S. Miller

sh_eth: enable wake-on-lan for r8a7740/armadillo

Geert Uytterhoeven reported WoL worked on his Armadillo board.
Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Tested-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e410d86d
...@@ -576,6 +576,7 @@ static struct sh_eth_cpu_data r8a7740_data = { ...@@ -576,6 +576,7 @@ static struct sh_eth_cpu_data r8a7740_data = {
.hw_checksum = 1, .hw_checksum = 1,
.tsu = 1, .tsu = 1,
.select_mii = 1, .select_mii = 1,
.magic = 1,
}; };
/* There is CPU dependent code */ /* There is CPU dependent code */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment