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 v4 02/11] usb: dwc3-of-simple: Add support for DRA7/AM57 platforms.
Date: Thu, 12 Apr 2018 10:47:49 +0200	[thread overview]
Message-ID: <654baa9b-1554-20aa-e8fc-811393b756b0@denx.de> (raw)
In-Reply-To: <1523522480-10819-3-git-send-email-jjhiblot@ti.com>

On 04/12/2018 10:41 AM, Jean-Jacques Hiblot wrote:
> Add the compatibility with "ti,dwc3" and enable it by default if DM_USB
> is enabled.
> 
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
> 
> Changes in v4: None
> Changes in v3: None
> Changes in v2: None
> 
>  drivers/usb/host/Kconfig          | 1 +
>  drivers/usb/host/dwc3-of-simple.c | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
> index 6ea9621..3455e81 100644
> --- a/drivers/usb/host/Kconfig
> +++ b/drivers/usb/host/Kconfig
> @@ -24,6 +24,7 @@ config USB_XHCI_DWC3
>  config USB_XHCI_DWC3_OF_SIMPLE
>  	bool "DesignWare USB3 DRD Generic OF Simple Glue Layer"
>  	depends on DM_USB
> +	default y if DRA7XX
>  	help
>  	  Support USB2/3 functionality in simple SoC integrations with
>  	  USB controller based on the DesignWare USB3 IP Core.
> diff --git a/drivers/usb/host/dwc3-of-simple.c b/drivers/usb/host/dwc3-of-simple.c
> index 54a5f60..abc3928 100644
> --- a/drivers/usb/host/dwc3-of-simple.c
> +++ b/drivers/usb/host/dwc3-of-simple.c
> @@ -95,6 +95,7 @@ static int dwc3_of_simple_remove(struct udevice *dev)
>  
>  static const struct udevice_id dwc3_of_simple_ids[] = {
>  	{ .compatible = "amlogic,meson-gxl-dwc3" },
> +	{ .compatible = "ti,dwc3" },
>  	{ }
>  };
>  
> 

Applied to USB , thanks

-- 
Best regards,
Marek Vasut

  reply	other threads:[~2018-04-12  8:47 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-12  8:41 [U-Boot] [PATCH v4 00/11] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 01/11] usb: dwc3-of-simple: Fix dependencies Jean-Jacques Hiblot
2018-04-12  8:47   ` Marek Vasut
2018-04-12  8:41 ` [U-Boot] [PATCH v4 02/11] usb: dwc3-of-simple: Add support for DRA7/AM57 platforms Jean-Jacques Hiblot
2018-04-12  8:47   ` Marek Vasut [this message]
2018-04-12  8:41 ` [U-Boot] [PATCH v4 03/11] syscon: dm: Add a new method to get a regmap from DTS Jean-Jacques Hiblot
2018-05-04 21:38   ` Simon Glass
2018-04-12  8:41 ` [U-Boot] [PATCH v4 04/11] phy: ti-pip3-phy: Add support for USB3 PHY Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 05/11] phy: Add a new driver for OMAP's USB2 PHYs Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 06/11] board: ti: dra7xx-evm: turn on USB clocks in late init stage Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 07/11] board; ti: am57xx: turn on USB clocks Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 08/11] dts: dra7x: make ocp2scp@4a080000 compatible with simple-bus Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 09/11] dts: dra7x: Disable USB1 on all evms Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 10/11] configs: enable OMAP_USB2_PHY for all DRA7 platforms Jean-Jacques Hiblot
2018-04-12  8:41 ` [U-Boot] [PATCH v4 11/11] configs: am57xx_evm: Enable DM_USB and dependencies Jean-Jacques Hiblot
2018-04-12  8:48 ` [U-Boot] [PATCH v4 00/11] Add support for DM_USB for TI's DRA7 EVMs and AM57 EVMs platforms Marek Vasut

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=654baa9b-1554-20aa-e8fc-811393b756b0@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.