Skip to content
Snippets Groups Projects
Commit 94e8cd80 authored by Nikhil Badola's avatar Nikhil Badola Committed by York Sun
Browse files

armv8/ls2085aqds: Add USB support for ls2085aqds


Add USB XHCI support for ls2085qds platform

Signed-off-by: default avatarNikhil Badola <nikhil.badola@freescale.com>
Reviewed-by: default avatarYork Sun <yorksun@freescale.com>
parent f7ff0e5e
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment