summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2085aqds.h
diff options
context:
space:
mode:
authorNikhil Badola <nikhil.badola@freescale.com>2015-06-26 17:02:00 +0530
committerYork Sun <yorksun@freescale.com>2015-08-03 12:06:39 -0700
commit94e8cd805b690cfa912e8129bd4f6a8335795d7b (patch)
treeee37414247a8fa688e46c53e1d7091825a479990 /include/configs/ls2085aqds.h
parentf7ff0e5e96d6741e93f97cbd1906669269b3b69e (diff)
downloadblackbird-obmc-uboot-94e8cd805b690cfa912e8129bd4f6a8335795d7b.tar.gz
blackbird-obmc-uboot-94e8cd805b690cfa912e8129bd4f6a8335795d7b.zip
armv8/ls2085aqds: Add USB support for ls2085aqds
Add USB XHCI support for ls2085qds platform Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com> Reviewed-by: York Sun <yorksun@freescale.com>
Diffstat (limited to 'include/configs/ls2085aqds.h')
-rw-r--r--include/configs/ls2085aqds.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h
index a6ef356ad8..91d4c5bffb 100644
--- a/include/configs/ls2085aqds.h
+++ b/include/configs/ls2085aqds.h
@@ -362,4 +362,17 @@ unsigned long get_board_ddr_clk(void);
#endif
+/*
+ * USB
+ */
+#define CONFIG_HAS_FSL_XHCI_USB
+#define CONFIG_USB_XHCI
+#define CONFIG_USB_XHCI_FSL
+#define CONFIG_USB_XHCI_DWC3
+#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#define CONFIG_CMD_EXT2
+
#endif /* __LS2_QDS_H */
OpenPOWER on IntegriCloud