usb: gadget: pch_udc: Use PCI sub IDs instead of DMI
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 25 Mar 2021 13:55:07 +0000 (15:55 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Mar 2021 13:44:17 +0000 (14:44 +0100)
commitdfc03e0bae868f0bf20f82fd19a43c2d6b38c4af
treeb20ed4b348327c5f600bba59803bc83c179c5615
parentcc62ff3e6ae69f365842cd6840ed1bee90fa08d8
usb: gadget: pch_udc: Use PCI sub IDs instead of DMI

We don't need DMI to identify Intel Minnowboard (v1) since it has
properly set PCI sub IDs. So, drop unneeded DMI level of identification.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210325135508.70350-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/gadget/udc/pch_udc.c