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

20 Oct
2021
20 Oct
'21
5:32 p.m.
Add new compatible for AM64 SoC.
Signed-off-by: Aswath Govindraju a-govindraju@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

18 Nov
18 Nov
8:15 p.m.
On Wed, Oct 20, 2021 at 09:02:02PM +0530, Aswath Govindraju wrote:
Add new compatible for AM64 SoC.
Signed-off-by: Aswath Govindraju a-govindraju@ti.com
Applied to u-boot/next, thanks!
--
Tom
1271
Age (days ago)
1300
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aswath Govindraju
-
Tom Rini