]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - include/phy.h
config: am335x_evm: detect BoneGreen using BBG1
[karo-tx-uboot.git] / include / phy.h
index e030c9ff2e2436b1a620d4bf03227e5cf320b9d9..21459a8c80937b4808c0b5ddc7bc7274b93eaf2c 100644 (file)
@@ -17,6 +17,8 @@
 
 #define PHY_MAX_ADDR 32
 
+#define PHY_FLAG_BROKEN_RESET  (1 << 0) /* soft reset not supported */
+
 #define PHY_DEFAULT_FEATURES   (SUPPORTED_Autoneg | \
                                 SUPPORTED_TP | \
                                 SUPPORTED_MII)
@@ -262,6 +264,7 @@ int phy_smsc_init(void);
 int phy_teranetics_init(void);
 int phy_ti_init(void);
 int phy_vitesse_init(void);
+int phy_xilinx_init(void);
 
 int board_phy_config(struct phy_device *phydev);
 int get_phy_id(struct mii_dev *bus, int addr, int devad, u32 *phy_id);