usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
authorAswath Govindraju <a-govindraju@ti.com>
Wed, 20 Oct 2021 15:32:02 +0000 (21:02 +0530)
committerTom Rini <trini@konsulko.com>
Wed, 17 Nov 2021 22:09:47 +0000 (17:09 -0500)
Add new compatible for AM64 SoC.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/usb/cdns3/cdns3-ti.c

index 4317167..8958f01 100644 (file)
@@ -180,6 +180,7 @@ static int cdns_ti_remove(struct udevice *dev)
 
 static const struct udevice_id cdns_ti_of_match[] = {
        { .compatible = "ti,j721e-usb", },
+       { .compatible = "ti,am64-usb", },
        {},
 };