usb: bdc: Add compatible string for new style USB DT nodes
authorAl Cooper <alcooperx@gmail.com>
Wed, 22 Jul 2020 17:07:41 +0000 (13:07 -0400)
committerFelipe 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

index d567e20..27e8f50 100644 (file)
@@ -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 */ }
 };