diff options
author | Qianyu Gong | 2016-02-16 13:12:53 +0800 |
---|---|---|
committer | York Sun | 2016-02-24 08:51:14 -0800 |
commit | 5a7c40bea618dfa50c6ae5f171782b49fd8250a6 (patch) | |
tree | 99d70960cb04445d5e2792763b2b36b12a529a4b /include/configs/ls1043aqds.h | |
parent | 0e52b6fea15641d01ce130efdde251b072fcd221 (diff) |
armv8/ls1043aqds: Add USB support for ls1043aqds
Add USB XHCI support for ls1043qds board.
Signed-off-by: Gong Qianyu <Qianyu.Gong@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls1043aqds.h')
-rw-r--r-- | include/configs/ls1043aqds.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/include/configs/ls1043aqds.h b/include/configs/ls1043aqds.h index 4ab8e13ba1a..158cf027634 100644 --- a/include/configs/ls1043aqds.h +++ b/include/configs/ls1043aqds.h @@ -379,6 +379,19 @@ unsigned long get_board_ddr_clk(void); #endif #endif +/* USB */ +#define CONFIG_HAS_FSL_XHCI_USB +#ifdef 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 3 +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS 2 +#define CONFIG_CMD_USB +#define CONFIG_USB_STORAGE +#define CONFIG_CMD_EXT2 +#endif + /* * Miscellaneous configurable options */ |