Re: [U-Boot] [PATCH] arm: socfpga: stratix10: add sgmii in phymode setup

2018-09-26 Thread Marek Vasut
On 09/25/2018 08:31 AM, Ooi, Joyce wrote: > Additional sgmii phymode is added in socfpga_phymode_setup() along with > a minor fix for maximum number of GMACs. > > Signed-off-by: Ooi, Joyce CCing Ley and Dinh. Applied, thanks. > --- > arch/arm/mach-socfpga/misc_s10.c |5 +++-- > 1 files

[U-Boot] [PATCH] arm: socfpga: stratix10: add sgmii in phymode setup

2018-09-25 Thread Ooi, Joyce
Additional sgmii phymode is added in socfpga_phymode_setup() along with a minor fix for maximum number of GMACs. Signed-off-by: Ooi, Joyce --- arch/arm/mach-socfpga/misc_s10.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-socfpga/misc_s10.c