]> git.sur5r.net Git - u-boot/blobdiff - include/usb/ehci-fsl.h
arm: Tegra: Fix Harmony and Ventana builds in u-boot-tegra/master
[u-boot] / include / usb / ehci-fsl.h
index f50a8f2303989adeba56882437b1f4b5ebe629bd..28693020ece477934a03eb5caa1c63ac80dfddf4 100644 (file)
@@ -243,4 +243,20 @@ struct usb_ehci {
        u8      res14[0xafc];
 };
 
+/*
+ * For MXC SOCs
+ */
+#define MXC_EHCI_POWER_PINS_ENABLED    (1 << 5)
+#define MXC_EHCI_TTL_ENABLED           (1 << 6)
+#define MXC_EHCI_INTERNAL_PHY          (1 << 7)
+
+/* Board-specific initialization */
+int board_ehci_hcd_init(int port);
+
+/* CPU-specific abstracted-out IOMUX init */
+#ifdef CONFIG_MX51
+void setup_iomux_usb_h1(void);
+void setup_iomux_usb_h2(void);
+#endif
+
 #endif /* _EHCI_FSL_H */