usb: cdns3: Add support for TI's AM64 SoC
authorAswath Govindraju <a-govindraju@ti.com>
Tue, 19 Jan 2021 05:28:10 +0000 (10:58 +0530)
committerPeter Chen <peter.chen@kernel.org>
Sat, 23 Jan 2021 01:48:56 +0000 (09:48 +0800)
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>
drivers/usb/cdns3/cdns3-ti.c

index 90e2466..eccb1c7 100644 (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);