summaryrefslogtreecommitdiffstats
path: root/include/configs/mx6sabresd.h
diff options
context:
space:
mode:
authorPeng Fan <Peng.Fan@freescale.com>2014-12-02 09:55:27 +0800
committerStefano Babic <sbabic@denx.de>2014-12-19 15:32:13 +0100
commit5a3d63c5cdd839d938a535555d9d57448d212ad9 (patch)
tree7b88126480c59a3fd7eb94075165dfffa81ce601 /include/configs/mx6sabresd.h
parenteb412d79e476e871374ed1b8e561287746609018 (diff)
downloadblackbird-obmc-uboot-5a3d63c5cdd839d938a535555d9d57448d212ad9.tar.gz
blackbird-obmc-uboot-5a3d63c5cdd839d938a535555d9d57448d212ad9.zip
imx:mx6sabresd add board level support for usb
Add pinmux settings, implement board_ehci_hcd_init and board_ehci_power Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Diffstat (limited to 'include/configs/mx6sabresd.h')
-rw-r--r--include/configs/mx6sabresd.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/configs/mx6sabresd.h b/include/configs/mx6sabresd.h
index a346542130..99d9d4d7cf 100644
--- a/include/configs/mx6sabresd.h
+++ b/include/configs/mx6sabresd.h
@@ -60,4 +60,18 @@
#define CONFIG_POWER_PFUZE100
#define CONFIG_POWER_PFUZE100_I2C_ADDR 0x08
+/* USB Configs */
+#define CONFIG_CMD_USB
+#ifdef CONFIG_CMD_USB
+#define CONFIG_USB_EHCI
+#define CONFIG_USB_EHCI_MX6
+#define CONFIG_USB_STORAGE
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_USB_HOST_ETHER
+#define CONFIG_USB_ETHER_ASIX
+#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
+#define CONFIG_MXC_USB_FLAGS 0
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 1 /* Enabled USB controller number */
+#endif
+
#endif /* __MX6QSABRESD_CONFIG_H */
OpenPOWER on IntegriCloud