]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
net/fm: add 2.5G SGMII support
authorShengzhou Liu <Shengzhou.Liu@freescale.com>
Thu, 23 Oct 2014 09:20:57 +0000 (17:20 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 20 Nov 2014 02:17:12 +0000 (18:17 -0800)
commitc35f8693942d8284c635592f263a0fe11abe1d1d
tree2856c070bf6d583545d52bd79adaf517c83b25a9
parent3ce21c87c196d9a0f446e572a30bdb6cdb82d769
net/fm: add 2.5G SGMII support

As auto-negotiation is not supported for 2.5G SGMII, we need
to add a new type PHY_INTERFACE_MODE_SGMII_2500 to differentiate
SGMII-1G and SGMII-2.5G with different setting for auto-negotiation.

Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com>
Signed-off-by: Shengzhou Liu <Shengzhou.Liu@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/include/asm/fsl_serdes.h
drivers/net/fm/eth.c
include/phy.h