diff mbox series

usb: xhci-rcar: Add support for R8A774A1 SoC

Message ID 20200921172409.14300-1-prabhakar.mahadev-lad.rj@bp.renesas.com
State Accepted
Commit e15e817f3eb13dd4b58f465b009164ecd8b997cf
Delegated to: Marek Vasut
Headers show
Series usb: xhci-rcar: Add support for R8A774A1 SoC | expand

Commit Message

Lad Prabhakar Sept. 21, 2020, 5:24 p.m. UTC
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(+)

Comments

Marek Vasut Sept. 22, 2020, 11:40 a.m. UTC | #1
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
diff mbox series

Patch

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" },