commit | b85ea0078b421627596e0902be15fcc60d817058 | [log] [tgz] |
---|---|---|
author | Aswath Govindraju <a-govindraju@ti.com> | Wed Oct 20 21:02:02 2021 +0530 |
committer | Tom Rini <trini@konsulko.com> | Wed Nov 17 17:09:47 2021 -0500 |
tree | 693e91b20e7d65e955764d2bf8923ced82e8f0f9 | |
parent | 35a51e09b687704ea73d5d26caa29aeaea845886 [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>
diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c index 4317167..8958f01 100644 --- a/drivers/usb/cdns3/cdns3-ti.c +++ b/drivers/usb/cdns3/cdns3-ti.c
@@ -180,6 +180,7 @@ static const struct udevice_id cdns_ti_of_match[] = { { .compatible = "ti,j721e-usb", }, + { .compatible = "ti,am64-usb", }, {}, };