[PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC

Aswath Govindraju a-govindraju at ti.com
Wed Oct 20 17:32:02 CEST 2021


Add new compatible for AM64 SoC.

Signed-off-by: Aswath Govindraju <a-govindraju at ti.com>
---
 drivers/usb/cdns3/cdns3-ti.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/usb/cdns3/cdns3-ti.c b/drivers/usb/cdns3/cdns3-ti.c
index 43171678ee17..8958f0166bd5 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", },
 	{},
 };
 
-- 
2.17.1



More information about the U-Boot mailing list