summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMarek Vasut <[email protected]>2011-11-24 04:22:17 +0100
committerRemy Bohmer <[email protected]>2011-12-11 14:49:37 +0100
commit0f8c86b5498d7e61760c7b85ddfeb068b48fc828 (patch)
tree80ba9d03f62bea95810141a11a7924fa010259d2 /include
parent1ca56202532395f26fc59a87e62c9cab1541f9f3 (diff)
USB: MX5: Abstract out mx51 USB pixmux configuration
Signed-off-by: Marek Vasut <[email protected]> Cc: Stefano Babic <[email protected]> Cc: Remy Bohmer <[email protected]> Cc: Wolfgang Grandegger <[email protected]> Cc: Jason Liu <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/usb/ehci-fsl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usb/ehci-fsl.h b/include/usb/ehci-fsl.h
index 4ce0ab3f3a3..28693020ece 100644
--- a/include/usb/ehci-fsl.h
+++ b/include/usb/ehci-fsl.h
@@ -253,4 +253,10 @@ struct usb_ehci {
/* 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 */