[U-Boot] [PATCH] amlogic: board p212: Fix Ethernet PHY init

2018-09-03 Thread Jasper kcoding
Without this patch the Ethernet PHY on the p212 board does not get fully configured. When this happens Ethernet does not function. The similar libretech-cc and khadas-vim boards have this code already. That's why the Ethernet on these boards do work. Signed-off-by: Jasper Kcoding Acked-by: Neil

Re: [U-Boot] [PATCH] amlogic: board p212: Fix Ethernet PHY init

2018-09-03 Thread Neil Armstrong
Hi jasper, On 28/08/2018 22:26, Jasper Kcoding wrote: > Without this patch the Ethernet PHY on the p212 board does not get fully > configured. > When this happens Ethernet does not function. > > The similar libretech-cc and khadas-vim boards have this code already. > That's why the Ethernet on t

[U-Boot] [PATCH] amlogic: board p212: Fix Ethernet PHY init

2018-08-28 Thread Jasper Kcoding
Without this patch the Ethernet PHY on the p212 board does not get fully configured. When this happens Ethernet does not function. The similar libretech-cc and khadas-vim boards have this code already. That's why the Ethernet on these boards do work. --- board/amlogic/p212/p212.c | 2 +- 1 file