mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
net/fman: add a fm_enable_port function
This can be useful if one wants to disable an interface in u-boot because u-boot should not manage it but then later reenable it for FDT fixing or if the kernel uses this interface. Signed-off-by: Valentin Longchamp <valentin.longchamp@keymile.com> [York Sun: fix conflict in fm_eth.h] Acked-by: York Sun <yorksun@freescale.com>
This commit is contained in:
committed by
York Sun
parent
7e157b0ade
commit
f51d3b71d4
@@ -149,6 +149,7 @@ void fm_info_set_phy_address(enum fm_port port, int address);
|
||||
int fm_info_get_phy_address(enum fm_port port);
|
||||
void fm_info_set_mdio(enum fm_port port, struct mii_dev *bus);
|
||||
void fm_disable_port(enum fm_port port);
|
||||
void fm_enable_port(enum fm_port port);
|
||||
void set_sgmii_phy(struct mii_dev *bus, enum fm_port base_port,
|
||||
unsigned int port_num, int phy_base_addr);
|
||||
int is_qsgmii_riser_card(struct mii_dev *bus, int phy_base_addr,
|
||||
|
Reference in New Issue
Block a user