Re: [PATCH 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-01 Thread Tony (bodhi)
Hi Stefan, On Thu, Jul 1, 2021 at 1:22 AM Stefan Roese wrote: > > Hi Tony, > > On 01.07.21 10:19, Stefan Roese wrote: > > On 01.07.21 06:26, Tony Dinh wrote: > >> In DM Ethernet, the old "egiga0" name is no longer valid, so replace it > >> with Ethernet PHY name from device tree. > >> > >>

Re: [PATCH 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-01 Thread Stefan Roese
Hi Tony, On 01.07.21 10:19, Stefan Roese wrote: On 01.07.21 06:26, Tony Dinh wrote: In DM Ethernet, the old "egiga0" name is no longer valid, so replace it with Ethernet PHY name from device tree. Signed-off-by: Tony Dinh ---   board/zyxel/nsa310s/nsa310s.c | 15 +++   1 file

Re: [PATCH 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-07-01 Thread Stefan Roese
On 01.07.21 06:26, Tony Dinh wrote: In DM Ethernet, the old "egiga0" name is no longer valid, so replace it with Ethernet PHY name from device tree. Signed-off-by: Tony Dinh --- board/zyxel/nsa310s/nsa310s.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git

[PATCH 3/4] NSA310S : Use Ethernet PHY name from device tree

2021-06-30 Thread Tony Dinh
In DM Ethernet, the old "egiga0" name is no longer valid, so replace it with Ethernet PHY name from device tree. Signed-off-by: Tony Dinh --- board/zyxel/nsa310s/nsa310s.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/board/zyxel/nsa310s/nsa310s.c