diff options
author | Aswath Govindraju <a-govindraju@ti.com> | 2021-10-20 21:02:02 +0530 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-11-17 17:09:47 -0500 |
commit | 1ac3b720770336a58469ae9345e57dcb9ae81e44 (patch) | |
tree | 693e91b20e7d65e955764d2bf8923ced82e8f0f9 /drivers/usb/cdns3/cdns3-ti.c | |
parent | 82c65587f62871b53aee97423a1c87dc0f063e10 (diff) |
usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
Add new compatible for AM64 SoC.
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Diffstat (limited to 'drivers/usb/cdns3/cdns3-ti.c')
-rw-r--r-- | drivers/usb/cdns3/cdns3-ti.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index 43171678ee1..8958f0166bd 100644 --- a/drivers/usb/cdns3/cdns3-ti.c +++ b/drivers/usb/cdns3/cdns3-ti.c @@ -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", }, {}, }; |