Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

net: sh_eth: add the value of tsu to the SH7757's GETHER

The SH7757's GETHER has TSU registers. So, this patch adds the value
of ".tsu = 1" in the sh_eth_cpu_data.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yoshihiro Shimoda and committed by
David S. Miller
3acbc971 d5df7c41

+1
+1
drivers/net/ethernet/renesas/sh_eth.c
··· 268 268 .rpadir_value = 2 << 16, 269 269 .no_trimd = 1, 270 270 .no_ade = 1, 271 + .tsu = 1, 271 272 }; 272 273 273 274 static struct sh_eth_cpu_data *sh_eth_get_cpu_data(struct sh_eth_private *mdp)