]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
armv8: ls1046aqds: added usb feature support
authorTang Yuantian <Yuantian.Tang@nxp.com>
Fri, 20 Jan 2017 09:12:14 +0000 (17:12 +0800)
committerYork Sun <york.sun@nxp.com>
Fri, 27 Jan 2017 20:46:44 +0000 (12:46 -0800)
The LS1046AQDS processor has three integrated USB 3.0 controllers
(USB1, USB2, and USB3) that allow direct connection to the USB
ports with appropriate protection circuitry and power supplies.
USB1 and USB2 ports are powered by a NX5P2190UK device, which
supplies 5v power at up to 1.2 A. The power enable and
power-fault-detect pins are connected to the LS1046A processor
via CPLD for individual port management.

Signed-off-by: Tang Yuantian <yuantian.tang@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
include/configs/ls1046aqds.h

index cd7e60f226edda2ef40f4960f0188502f0a8ab8c..30947b24dbe4aed735cfe5aa07ab7c946ff8a69e 100644 (file)
@@ -135,6 +135,18 @@ unsigned long get_board_ddr_clk(void);
 #define CFG_LPUART_EN          0x2
 #endif
 
+/* USB */
+#define CONFIG_HAS_FSL_XHCI_USB
+#ifdef CONFIG_HAS_FSL_XHCI_USB
+#define CONFIG_USB_XHCI_HCD
+#define CONFIG_USB_XHCI_FSL
+#define CONFIG_USB_XHCI_DWC3
+#define CONFIG_USB_MAX_CONTROLLER_COUNT         3
+#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS      2
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#endif
+
 /* SATA */
 #define CONFIG_LIBATA
 #define CONFIG_SCSI_AHCI