All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: cdns3: Add support for TI's AM64 SoC
@ 2021-01-19  5:28 Aswath Govindraju
  2021-01-23  3:13 ` Peter Chen
  0 siblings, 1 reply; 2+ messages in thread
From: Aswath Govindraju @ 2021-01-19  5:28 UTC (permalink / raw)
  Cc: Vignesh Raghavendra, Lokesh Vutla, Sekhar Nori,
	Kishon Vijay Abraham I, Aswath Govindraju, Peter Chen,
	Pawel Laszczak, Roger Quadros, Greg Kroah-Hartman, linux-usb,
	linux-kernel

Add support for USB controller present on the AM64x SoC.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
---
 drivers/usb/cdns3/cdns3-ti.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c
index 90e246601537..eccb1c766bba 100644
--- a/drivers/usb/cdns3/cdns3-ti.c
+++ b/drivers/usb/cdns3/cdns3-ti.c
@@ -214,6 +214,7 @@ static int cdns_ti_remove(struct platform_device *pdev)
 
 static const struct of_device_id cdns_ti_of_match[] = {
 	{ .compatible = "ti,j721e-usb", },
+	{ .compatible = "ti,am64-usb", },
 	{},
 };
 MODULE_DEVICE_TABLE(of, cdns_ti_of_match);
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: cdns3: Add support for TI's AM64 SoC
  2021-01-19  5:28 [PATCH] usb: cdns3: Add support for TI's AM64 SoC Aswath Govindraju
@ 2021-01-23  3:13 ` Peter Chen
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Chen @ 2021-01-23  3:13 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Vignesh Raghavendra, Lokesh Vutla, Sekhar Nori,
	Kishon Vijay Abraham I, Pawel Laszczak, Roger Quadros,
	Greg Kroah-Hartman, linux-usb, linux-kernel

On 21-01-19 10:58:10, Aswath Govindraju wrote:
> Add support for USB controller present on the AM64x SoC.
> 
> Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
> ---
>  drivers/usb/cdns3/cdns3-ti.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c
> index 90e246601537..eccb1c766bba 100644
> --- a/drivers/usb/cdns3/cdns3-ti.c
> +++ b/drivers/usb/cdns3/cdns3-ti.c
> @@ -214,6 +214,7 @@ static int cdns_ti_remove(struct platform_device *pdev)
>  
>  static const struct of_device_id cdns_ti_of_match[] = {
>  	{ .compatible = "ti,j721e-usb", },
> +	{ .compatible = "ti,am64-usb", },
>  	{},
>  };
>  MODULE_DEVICE_TABLE(of, cdns_ti_of_match);
> -- 
> 2.17.1
> 

Applied, thanks.

-- 

Thanks,
Peter Chen


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-23  3:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19  5:28 [PATCH] usb: cdns3: Add support for TI's AM64 SoC Aswath Govindraju
2021-01-23  3:13 ` Peter Chen

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.