Re: [U-Boot] [PATCH v2] net: phy: add TSE PCS support to dwmac-socfpga

2018-10-22 Thread Joe Hershberger
On Wed, Oct 17, 2018 at 4:46 AM Ooi, Joyce wrote: > > This adds support for TSE PCS (Triple Speed Ethernet Physical Coding > Sublayer) that uses SGMII adapter when the phy-mode in device tree is > set to sgmii. > > Signed-off-by: Ooi, Joyce > --- > arch/arm/mach-socfpga/include/mach/misc.h | 1

[U-Boot] [PATCH v2] net: phy: add TSE PCS support to dwmac-socfpga

2018-10-17 Thread Ooi, Joyce
This adds support for TSE PCS (Triple Speed Ethernet Physical Coding Sublayer) that uses SGMII adapter when the phy-mode in device tree is set to sgmii. Signed-off-by: Ooi, Joyce --- arch/arm/mach-socfpga/include/mach/misc.h | 1 + arch/arm/mach-socfpga/misc.c | 5 + arch/arm/ma