public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 2/2] ls1: config: Enable USB EHCI Host on LS1021AQDS
@ 2014-10-17  6:07 Nikhil Badola
  2014-11-25 17:53 ` York Sun
  0 siblings, 1 reply; 2+ messages in thread
From: Nikhil Badola @ 2014-10-17  6:07 UTC (permalink / raw)
  To: u-boot

Enable USB EHCI Host on LS1021AQDS

Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
---
 include/configs/ls1021aqds.h | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h
index bb47813..fd43a3e 100644
--- a/include/configs/ls1021aqds.h
+++ b/include/configs/ls1021aqds.h
@@ -273,6 +273,23 @@ unsigned long get_board_ddr_clk(void);
 #define CONFIG_GENERIC_MMC
 
 /*
+ * USB
+ */
+#define CONFIG_HAS_FSL_DR_USB
+
+#ifdef CONFIG_HAS_FSL_DR_USB
+#define CONFIG_USB_EHCI
+
+#ifdef CONFIG_USB_EHCI
+#define CONFIG_CMD_USB
+#define CONFIG_USB_STORAGE
+#define CONFIG_USB_EHCI_FSL
+#define CONFIG_EHCI_HCD_INIT_AFTER_RESET
+#define CONFIG_CMD_EXT2
+#endif
+#endif
+
+/*
  * eTSEC
  */
 #define CONFIG_TSEC_ENET
-- 
1.7.11.7

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

* [U-Boot] [PATCH 2/2] ls1: config: Enable USB EHCI Host on LS1021AQDS
  2014-10-17  6:07 [U-Boot] [PATCH 2/2] ls1: config: Enable USB EHCI Host on LS1021AQDS Nikhil Badola
@ 2014-11-25 17:53 ` York Sun
  0 siblings, 0 replies; 2+ messages in thread
From: York Sun @ 2014-11-25 17:53 UTC (permalink / raw)
  To: u-boot

On 10/16/2014 11:07 PM, Nikhil Badola wrote:
> Enable USB EHCI Host on LS1021AQDS
> 
> Signed-off-by: Nikhil Badola <nikhil.badola@freescale.com>
> ---
>  include/configs/ls1021aqds.h | 17 +++++++++++++++++
>  1 file changed, 17 insertions(+)
> 
Applied to u-boot-fsl-qoriq master. Awaiting upstream. Thanks.

York

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

end of thread, other threads:[~2014-11-25 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-17  6:07 [U-Boot] [PATCH 2/2] ls1: config: Enable USB EHCI Host on LS1021AQDS Nikhil Badola
2014-11-25 17:53 ` York Sun

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