Commit 73448b1f800fa31971f12090c27ff89952301c8b

Authored by Knut Wohlrab
Committed by Stefano Babic
1 parent 8303ed128a

mx6qsabreauto: enable USB host interface

The USB host interface is routed to plug USB1/J30 on the mother board.

Signed-off-by: Knut Wohlrab <knut.wohlrab@de.bosch.com>

Showing 1 changed file with 11 additions and 0 deletions Side-by-side Diff

include/configs/mx6qsabreauto.h
... ... @@ -19,6 +19,17 @@
19 19 #define CONFIG_MMCROOT "/dev/mmcblk0p2"
20 20 #define PHYS_SDRAM_SIZE (2u * 1024 * 1024 * 1024)
21 21  
  22 +/* USB Configs */
  23 +#define CONFIG_CMD_USB
  24 +#define CONFIG_USB_EHCI
  25 +#define CONFIG_USB_EHCI_MX6
  26 +#define CONFIG_USB_STORAGE
  27 +#define CONFIG_USB_HOST_ETHER
  28 +#define CONFIG_USB_ETHER_ASIX
  29 +#define CONFIG_MXC_USB_PORT 1
  30 +#define CONFIG_MXC_USB_PORTSC (PORT_PTS_UTMI | PORT_PTS_PTW)
  31 +#define CONFIG_MXC_USB_FLAGS 0
  32 +
22 33 #include "mx6qsabre_common.h"
23 34  
24 35 #define CONFIG_SYS_FSL_USDHC_NUM 2