public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 4/4][v2] config: ls2085ardb: Add USB support for ls2085ardb
@ 2015-06-26 11:32 Nikhil Badola
  2015-08-04 15:59 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Badola @ 2015-06-26 11:32 UTC (permalink / raw)
  To: u-boot

Add USB XHCI support for ls2085rdb platform

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
Changes for v2: None

 include/configs/ls2085ardb.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/include/configs/ls2085ardb.h b/include/configs/ls2085ardb.h
index a0f0f6c..a81653c 100644
--- a/include/configs/ls2085ardb.h
+++ b/include/configs/ls2085ardb.h
@@ -288,6 +288,19 @@ unsigned long get_board_sys_clk(void);
 
 #define CONFIG_MISC_INIT_R
 
+/*
+ * 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
+
 /* Initial environment variables */
 #undef CONFIG_EXTRA_ENV_SETTINGS
 #define CONFIG_EXTRA_ENV_SETTINGS		\
-- 
2.1.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] [PATCH 4/4][v2] config: ls2085ardb: Add USB support for ls2085ardb
  2015-06-26 11:32 [U-Boot] [PATCH 4/4][v2] config: ls2085ardb: Add USB support for ls2085ardb Nikhil Badola
@ 2015-08-04 15:59 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2015-08-04 15:59 UTC (permalink / raw)
  To: u-boot



On 06/26/2015 04:32 AM, Nikhil Badola wrote:
> Add USB XHCI support for ls2085rdb platform
> 
> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
> ---
> Changes for v2: None
> 

Applied to u-boot-fsl-qoriq master with minor change in subject. Thanks.

York

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-04 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-26 11:32 [U-Boot] [PATCH 4/4][v2] config: ls2085ardb: Add USB support for ls2085ardb Nikhil Badola
2015-08-04 15:59 ` York Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox