diff options
author | Tom Rini <trini@konsulko.com> | 2015-03-31 11:45:36 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-31 11:45:36 -0400 |
commit | 9da7e3daf31d7c0c8478a57544bfdd6245e53ff3 (patch) | |
tree | 243aeb8eccea5ee12e529843fb348f75111e44bf /board/seco/common/mx6.h | |
parent | 52091ad146d766cdc5ccd65430b2a4e5cb7aec32 (diff) | |
parent | 5cab874052614fb130cd9b16fc6a3d27cae0741e (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-imx
Diffstat (limited to 'board/seco/common/mx6.h')
-rw-r--r-- | board/seco/common/mx6.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/board/seco/common/mx6.h b/board/seco/common/mx6.h new file mode 100644 index 0000000000..a05db673e2 --- /dev/null +++ b/board/seco/common/mx6.h @@ -0,0 +1,9 @@ +#ifndef __SECO_COMMON_MX6_H +#define __SECO_COMMON_MX6_H + +void seco_mx6_setup_uart_iomux(void); +void seco_mx6_setup_enet_iomux(void); +int seco_mx6_rgmii_rework(struct phy_device *phydev); +void seco_mx6_setup_usdhc_iomux(int id); + +#endif /* __SECO_COMMON_MX6_H */ |