usb: cdns3: cdns3-ti: Add compatible for AM64 SoC

Add new compatible for AM64 SoC.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
This commit is contained in:
Aswath Govindraju 2021-10-20 21:02:02 +05:30 committed by Tom Rini
parent 82c65587f6
commit 1ac3b72077

View 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", },
{},
};