From f51d3b71d4d3eacfbbc6e2cf3fa197774df5f638 Mon Sep 17 00:00:00 2001 From: Valentin Longchamp Date: Fri, 18 Oct 2013 11:47:21 +0200 Subject: 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 [York Sun: fix conflict in fm_eth.h] Acked-by: York Sun --- include/fm_eth.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/fm_eth.h b/include/fm_eth.h index 114bb8c..5a4fb70 100644 --- a/include/fm_eth.h +++ b/include/fm_eth.h @@ -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, -- cgit v1.1