Boris BREZILLON | 058d231 | 2015-03-04 13:13:05 +0100 | [diff] [blame] | 1 | #ifndef __SECO_COMMON_MX6_H |
2 | #define __SECO_COMMON_MX6_H | ||||
3 | |||||
4 | void seco_mx6_setup_uart_iomux(void); | ||||
5 | void seco_mx6_setup_enet_iomux(void); | ||||
6 | int seco_mx6_rgmii_rework(struct phy_device *phydev); | ||||
7 | void seco_mx6_setup_usdhc_iomux(int id); | ||||
8 | |||||
9 | #endif /* __SECO_COMMON_MX6_H */ |