mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
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>
This commit is contained in:
parent
f7ff0e5e96
commit
94e8cd805b
1 changed files with 13 additions and 0 deletions
|
@ -362,4 +362,17 @@ unsigned long get_board_ddr_clk(void);
|
||||||
|
|
||||||
#endif
|
#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 */
|
#endif /* __LS2_QDS_H */
|
||||||
|
|
Loading…
Reference in a new issue