phy: marvell: add support for SFI1
In CP115, comphy4 can be configured into SFI port1 (in addition to SFI0). This patch adds the option described above. In addition, rename all existing SFI/XFI references: COMPHY_TYPE_SFI --> COMPHY_TYPE_SFI0 No functional change for exsiting configuration. Change-Id: If9176222e0080424ba67347fe4d320215b1ba0c0 Signed-off-by: Igal Liberman <igall@marvell.com> Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
This commit is contained in:
committed by
Stefan Roese
parent
a007f23626
commit
341e548eb8
@@ -32,10 +32,11 @@
|
||||
#define COMPHY_TYPE_USB3_DEVICE 13
|
||||
#define COMPHY_TYPE_RXAUI0 14
|
||||
#define COMPHY_TYPE_RXAUI1 15
|
||||
#define COMPHY_TYPE_SFI 16
|
||||
#define COMPHY_TYPE_AP 17
|
||||
#define COMPHY_TYPE_IGNORE 18
|
||||
#define COMPHY_TYPE_MAX 19
|
||||
#define COMPHY_TYPE_SFI0 16
|
||||
#define COMPHY_TYPE_SFI1 17
|
||||
#define COMPHY_TYPE_AP 18
|
||||
#define COMPHY_TYPE_IGNORE 19
|
||||
#define COMPHY_TYPE_MAX 20
|
||||
#define COMPHY_TYPE_INVALID 0xff
|
||||
|
||||
#define COMPHY_POLARITY_NO_INVERT 0
|
||||
|
||||
Reference in New Issue
Block a user