projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82c6558
)
usb: cdns3: cdns3-ti: Add compatible for AM64 SoC
author
Aswath Govindraju
<a-govindraju@ti.com>
Wed, 20 Oct 2021 15:32:02 +0000
(21:02 +0530)
committer
Tom Rini
<trini@konsulko.com>
Wed, 17 Nov 2021 22:09:47 +0000
(17:09 -0500)
Add new compatible for AM64 SoC.
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
drivers/usb/cdns3/cdns3-ti.c
patch
|
blob
|
history
diff --git
a/drivers/usb/cdns3/cdns3-ti.c
b/drivers/usb/cdns3/cdns3-ti.c
index
4317167
..
8958f01
100644
(file)
--- 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", },
{},
};