From: Aswath Govindraju Date: Tue, 19 Jan 2021 05:28:10 +0000 (+0530) Subject: usb: cdns3: Add support for TI's AM64 SoC X-Git-Tag: accepted/tizen/unified/20230118.172025~7877^2~23^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f30b9d2315fafa41841e5cfd5e48ea1d4a14148;p=platform%2Fkernel%2Flinux-rpi.git usb: cdns3: Add support for TI's AM64 SoC Add support for USB controller present on the AM64x SoC. Signed-off-by: Aswath Govindraju Signed-off-by: Peter Chen --- diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index 90e2466..eccb1c7 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);