projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e33ba7
)
usb: bdc: Add compatible string for new style USB DT nodes
author
Al Cooper
<alcooperx@gmail.com>
Wed, 22 Jul 2020 17:07:41 +0000
(13:07 -0400)
committer
Felipe Balbi
<balbi@kernel.org>
Fri, 24 Jul 2020 13:45:14 +0000
(16:45 +0300)
Add compatible string for some newer boards that only have this
as their match sting. Remove unused compatible string "brcm,bdc-v0.16".
Signed-off-by: Al Cooper <alcooperx@gmail.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: Felipe Balbi <balbi@kernel.org>
drivers/usb/gadget/udc/bdc/bdc_core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/gadget/udc/bdc/bdc_core.c
b/drivers/usb/gadget/udc/bdc/bdc_core.c
index d567e20234f0aaa8aca78fc5b7fff89f40c928db..27e8f50974bb890bcd8a3cc0bc4ef1a66865d982 100644
(file)
--- a/
drivers/usb/gadget/udc/bdc/bdc_core.c
+++ b/
drivers/usb/gadget/udc/bdc/bdc_core.c
@@
-625,7
+625,7
@@
static SIMPLE_DEV_PM_OPS(bdc_pm_ops, bdc_suspend,
bdc_resume);
static const struct of_device_id bdc_of_match[] = {
- { .compatible = "brcm,bdc-
v0.16
" },
+ { .compatible = "brcm,bdc-
udc-v2
" },
{ .compatible = "brcm,bdc" },
{ /* sentinel */ }
};