[PATCH v3 2/3] ARM: shmobile: Koelsch: add Ether support
From: Sergei Shtylyov <hidden>
Date: 2013-12-09 23:10:03
Also in:
linux-sh
From: Sergei Shtylyov <hidden>
Date: 2013-12-09 23:10:03
Also in:
linux-sh
On 12/09/2013 10:40 PM, Geert Uytterhoeven wrote:
quoted
quoted
quoted
--- renesas.orig/arch/arm/mach-shmobile/board-koelsch.c +++ renesas/arch/arm/mach-shmobile/board-koelsch.c
quoted
quoted
quoted
+/* Ether */ +static const struct sh_eth_plat_data ether_pdata __initconst = { + .phy = 0x1, + .edmac_endian = EDMAC_LITTLE_ENDIAN, + .phy_interface = PHY_INTERFACE_MODE_RMII, + .ether_link_active_low = 1, +};
quoted
quoted
With the above, NFS root is terrible slow,
quoted
Do you get NFS timeout(s) on booting? I do. It's a known issue.
I only saw "NFS server not responding" once.
Yes, I meant that by NFS timeout. Sometimes I see 2 of them in a row.
quoted
You can try my simplistic 'sh_eth' driver patch:
Thanks, that also fixes the problem!
Let's hope Florian's patches get queued for 3.14. You can also test them
meanwhile...
Gr{oetje,eeting}s,
GeertWBR, Sergei