All of lore.kernel.org
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/2] usb: zynqmp: Enable USB XHCI support
Date: Tue, 1 Sep 2015 13:38:58 +0200	[thread overview]
Message-ID: <201509011338.58640.marex@denx.de> (raw)
In-Reply-To: <1441103463-29741-2-git-send-email-sivadur@xilinx.com>

On Tuesday, September 01, 2015 at 12:31:03 PM, Siva Durga Prasad Paladugu wrote:
> Enable USB XHCI support for ZynqMP
> 
> Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
> ---
> Changes for v2:
> - None
> ---
>  include/configs/xilinx_zynqmp.h |    8 ++++++++
>  1 files changed, 8 insertions(+), 0 deletions(-)
> 
> diff --git a/include/configs/xilinx_zynqmp.h
> b/include/configs/xilinx_zynqmp.h index da87188..a9556d5 100644
> --- a/include/configs/xilinx_zynqmp.h
> +++ b/include/configs/xilinx_zynqmp.h
> @@ -109,6 +109,14 @@
>  #define CONFIG_SYS_LOAD_ADDR		0x8000000
> 
>  #if defined(CONFIG_ZYNQMP_USB)
> +#define CONFIG_USB_XHCI_DWC3
> +#define CONFIG_USB_XHCI
> +#define CONFIG_USB_MAX_CONTROLLER_COUNT         1
> +#define CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTS      2
> +# define CONFIG_CMD_USB
> +# define CONFIG_USB_STORAGE

Drop this space between # and define please.

> +#define CONFIG_USB_XHCI_ZYNQMP
> +
>  #define CONFIG_USB_DWC3
>  #define CONFIG_USB_DWC3_GADGET

Best regards,
Marek Vasut

  reply	other threads:[~2015-09-01 11:38 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-01 10:31 [U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support Siva Durga Prasad Paladugu
2015-09-01 10:31 ` [U-Boot] [PATCH v2 2/2] usb: zynqmp: Enable USB XHCI support Siva Durga Prasad Paladugu
2015-09-01 11:38   ` Marek Vasut [this message]
2015-09-01 12:49     ` Siva Durga Prasad Paladugu
2015-09-01 11:38 ` [U-Boot] [PATCH v2 1/2] usb: zynqmp: Add XHCI driver support Marek Vasut
2015-09-01 12:48   ` Siva Durga Prasad Paladugu
2015-09-01 13:20     ` Marek Vasut
2015-09-01 13:37       ` Siva Durga Prasad Paladugu
2015-09-01 13:58         ` Marek Vasut
2015-09-01 15:58           ` Siva Durga Prasad Paladugu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201509011338.58640.marex@denx.de \
    --to=marex@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.