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

Add support for USB controller present on the AM64x SoC.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Signed-off-by: Peter Chen <peter.chen@kernel.org>
This commit is contained in:
Aswath Govindraju 2021-01-19 10:58:10 +05:30 committed by Peter Chen
parent 9fd53a5bd1
commit 4f30b9d231
No known key found for this signature in database
GPG Key ID: 4859298150D671BB
1 changed files with 1 additions and 0 deletions

View File

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