From: Al Cooper Date: Wed, 22 Jul 2020 17:07:41 +0000 (-0400) Subject: usb: bdc: Add compatible string for new style USB DT nodes X-Git-Tag: block-5.9-2020-08-14~12^2~35^2~11 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=4e3a765ba03c065e5ee71ea309f1933102af7a33;p=linux-block.git usb: bdc: Add compatible string for new style USB DT nodes 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 Acked-by: Florian Fainelli Signed-off-by: Felipe Balbi --- diff --git a/drivers/usb/gadget/udc/bdc/bdc_core.c b/drivers/usb/gadget/udc/bdc/bdc_core.c index d567e20234f0..27e8f50974bb 100644 --- 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 */ } };