diff options
| author | Aswath Govindraju <[email protected]> | 2021-01-19 05:28:10 +0000 |
|---|---|---|
| committer | Peter Chen <[email protected]> | 2021-01-23 01:48:56 +0000 |
| commit | 4f30b9d2315fafa41841e5cfd5e48ea1d4a14148 (patch) | |
| tree | e897ddf8f2ac6f47b30eb6157a7022162d496149 /drivers/usb/cdns3/cdns3-ti.c | |
| parent | usb: cdnsp: fixes undefined reference to cdns_remove (diff) | |
| download | kernel-4f30b9d2315fafa41841e5cfd5e48ea1d4a14148.tar.gz kernel-4f30b9d2315fafa41841e5cfd5e48ea1d4a14148.zip | |
usb: cdns3: Add support for TI's AM64 SoC
Add support for USB controller present on the AM64x SoC.
Signed-off-by: Aswath Govindraju <[email protected]>
Signed-off-by: Peter Chen <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
| -rw-r--r-- | drivers/usb/cdns3/cdns3-ti.c | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
