From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [PATCH] usb: xhci-rcar: Add support for R8A774A1 SoC
Date: Tue, 22 Sep 2020 13:40:05 +0200 [thread overview]
Message-ID: <614cc848-852d-e3fc-06dc-9cb5e9d49430@denx.de> (raw)
In-Reply-To: <20200921172409.14300-1-prabhakar.mahadev-lad.rj@bp.renesas.com>
On 9/21/20 7:24 PM, Lad Prabhakar wrote:
> The R8A774A1 is compatible with the generic rcar-gen3-xhci controller.
> This patch adds the compatibility flag, to support the xHCI controller.
>
> Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
> Reviewed-by: Biju Das <biju.das.jz@bp.renesas.com>
> ---
> drivers/usb/host/xhci-rcar.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/usb/host/xhci-rcar.c b/drivers/usb/host/xhci-rcar.c
> index 8fc51df3d1..5379dba566 100644
> --- a/drivers/usb/host/xhci-rcar.c
> +++ b/drivers/usb/host/xhci-rcar.c
> @@ -146,6 +146,7 @@ static int xhci_rcar_ofdata_to_platdata(struct udevice *dev)
> }
>
> static const struct udevice_id xhci_rcar_ids[] = {
> + { .compatible = "renesas,rcar-gen3-xhci" },
> { .compatible = "renesas,xhci-r8a7795" },
> { .compatible = "renesas,xhci-r8a7796" },
> { .compatible = "renesas,xhci-r8a77965" },
Applied to usb/next, thanks
prev parent reply other threads:[~2020-09-22 11:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-21 17:24 [PATCH] usb: xhci-rcar: Add support for R8A774A1 SoC Lad Prabhakar
2020-09-22 11:40 ` Marek Vasut [this message]
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=614cc848-852d-e3fc-06dc-9cb5e9d49430@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox