diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-01-19 08:28:10 +0300 |
---|---|---|
committer | Peter Chen <peter.chen@kernel.org> | 2021-01-23 04:48:56 +0300 |
commit | 4f30b9d2315fafa41841e5cfd5e48ea1d4a14148 (patch) | |
tree | e897ddf8f2ac6f47b30eb6157a7022162d496149 /drivers/usb/cdns3 | |
parent | 9fd53a5bd1294fe9780306469a6d0a60a5158a27 (diff) | |
download | linux-4f30b9d2315fafa41841e5cfd5e48ea1d4a14148.tar.xz |
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>
Diffstat (limited to 'drivers/usb/cdns3')
-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); |