mirror of
https://xff.cz/git/u-boot/
synced 2025-09-02 01:02:19 +02:00
phy: marvell: add IGNORE COMPHY type
This type tells u-boot to preserve the COMPHY settings as is it is usefull in situations where the COMPHY was initialized by earlier firmware. Note that IGNORE is different from UNCONNECTED since setting UNCONNECTED type will disconnect the COMPHY in the COMPHY MUX which is a desired behaviour Signed-off-by: Yehuda Yitschak <yehuday@marvell.com> Signed-off-by: Stefan Roese <sr@denx.de> Signed-off-by: Igal Liberman <igall@marvell.com> Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
#define PHY_TYPE_RXAUI0 21
|
||||
#define PHY_TYPE_RXAUI1 22
|
||||
#define PHY_TYPE_SFI 23
|
||||
#define PHY_TYPE_MAX 24
|
||||
#define PHY_TYPE_IGNORE 24
|
||||
#define PHY_TYPE_MAX 25
|
||||
#define PHY_TYPE_INVALID 0xff
|
||||
|
||||
#define PHY_POLARITY_NO_INVERT 0
|
||||
|
Reference in New Issue
Block a user