diff mbox series

usb: cdns3: Add support for TI's AM64 SoC

Message ID 20210119052810.20457-1-a-govindraju@ti.com (mailing list archive)
State Accepted
Commit 4f30b9d2315fafa41841e5cfd5e48ea1d4a14148
Headers show
Series usb: cdns3: Add support for TI's AM64 SoC | expand

Commit Message

Aswath Govindraju Jan. 19, 2021, 5:28 a.m. UTC
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(+)

Comments

Peter Chen Jan. 23, 2021, 3:13 a.m. UTC | #1
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.
diff mbox series

Patch

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);