net: sh_eth: fix the parameter for the ETHER of SH7757
If the driver didn't set this parameter on the ETHER, the CPU will encounter the "data address error" exception. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
91a5615203
Коммит
2e98e7974d
|
@ -140,6 +140,8 @@ static struct sh_eth_cpu_data sh_eth_my_cpu_data = {
|
|||
.tpauser = 1,
|
||||
.hw_swap = 1,
|
||||
.no_ade = 1,
|
||||
.rpadir = 1,
|
||||
.rpadir_value = 2 << 16,
|
||||
};
|
||||
|
||||
#define SH_GIGA_ETH_BASE 0xfee00000
|
||||
|
|
Загрузка…
Ссылка в новой задаче