Skip to content

Commit 3acbc97

Browse files
shimodaydavem330
authored andcommitted
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>
1 parent d5df7c4 commit 3acbc97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/ethernet/renesas/sh_eth.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ static struct sh_eth_cpu_data sh_eth_my_cpu_data_giga = {
268268
.rpadir_value = 2 << 16,
269269
.no_trimd = 1,
270270
.no_ade = 1,
271+
.tsu = 1,
271272
};
272273

273274
static struct sh_eth_cpu_data *sh_eth_get_cpu_data(struct sh_eth_private *mdp)

0 commit comments

Comments
 (0)