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:
parent
82c65587f6
commit
1ac3b72077
@ -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", },
|
||||
{},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user