]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - board/seco/common/mx6.h
board/seco: Add mx6q-uq7 basic board support
[karo-tx-uboot.git] / board / seco / common / mx6.h
diff --git a/board/seco/common/mx6.h b/board/seco/common/mx6.h
new file mode 100644 (file)
index 0000000..a05db67
--- /dev/null
@@ -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 */