mirror of https://gitee.com/openkylin/linux.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 <alcooperx@gmail.com> Acked-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: Felipe Balbi <balbi@kernel.org>
This commit is contained in:
parent
4e33ba7f82
commit
4e3a765ba0
|
@ -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 */ }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue