Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 159c2a90 authored by Niklas Söderlund's avatar Niklas Söderlund Committed by David S. Miller
Browse files

sh_eth: enable wake-on-lan for sh7734



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

Signed-off-by: default avatarNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 33017e24
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -817,6 +817,7 @@ static struct sh_eth_cpu_data sh7734_data = {
	.tsu		= 1,
	.hw_checksum	= 1,
	.select_mii	= 1,
	.magic		= 1,
};

/* SH7763 */