All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
@ 2021-10-20 15:32 Aswath Govindraju
  2021-11-18 19:15 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Aswath Govindraju @ 2021-10-20 15:32 UTC (permalink / raw)
  Cc: Kishon Vijay Abraham I, u-boot, Simon Glass, Marek Vasut,
	Aswath Govindraju

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
  2021-10-20 15:32 [PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC Aswath Govindraju
@ 2021-11-18 19:15 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2021-11-18 19:15 UTC (permalink / raw)
  To: Aswath Govindraju
  Cc: Kishon Vijay Abraham I, u-boot, Simon Glass, Marek Vasut

[-- Attachment #1: Type: text/plain, Size: 215 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-18 19:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-20 15:32 [PATCH] usb: cdns3: cdns3-ti: Add compatible for AM64 SoC Aswath Govindraju
2021-11-18 19:15 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.