[U-Boot] [PATCH 3/4] config: ls2085aqds: Add USB support for ls2085aqds
Nikhil Badola
nikhil.badola at freescale.com
Tue Jun 23 06:15:58 CEST 2015
Add USB XHCI support for ls2085qds platform
Signed-off-by: Nikhil Badola <nikhil.badola at freescale.com>
---
include/configs/ls2085aqds.h | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/include/configs/ls2085aqds.h b/include/configs/ls2085aqds.h
index 731eca2..7b77fb4 100644
--- a/include/configs/ls2085aqds.h
+++ b/include/configs/ls2085aqds.h
@@ -354,4 +354,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 */
--
2.1.0
More information about the U-Boot
mailing list