mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
phy: marvell: cp110: add 5G XFI mode
This patch adds the option to configure a comphy to 5G XFI mode. In order to configure the comphy to 5G XFI, update the comphy node in the device-tree: phy2 { phy-type = <PHY_TYPE_SFI>; phy-speed = <PHY_SPEED_5_15625G>; }; Signed-off-by: Igal Liberman <igall@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
parent
fdc9e88088
commit
b617a0d7b8
3 changed files with 56 additions and 11 deletions
|
@ -13,10 +13,11 @@
|
|||
#define PHY_SPEED_3G 3
|
||||
#define PHY_SPEED_3_125G 4
|
||||
#define PHY_SPEED_5G 5
|
||||
#define PHY_SPEED_6G 6
|
||||
#define PHY_SPEED_6_25G 7
|
||||
#define PHY_SPEED_10_3125G 8
|
||||
#define PHY_SPEED_MAX 9
|
||||
#define PHY_SPEED_5_15625G 6
|
||||
#define PHY_SPEED_6G 7
|
||||
#define PHY_SPEED_6_25G 8
|
||||
#define PHY_SPEED_10_3125G 9
|
||||
#define PHY_SPEED_MAX 10
|
||||
#define PHY_SPEED_INVALID 0xff
|
||||
|
||||
#define PHY_TYPE_UNCONNECTED 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue