mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 00:46:21 +07:00
media: staging: atomisp: Fix DMI matching entry for MRD7
MRD7 board has in particular Base Board Information Manufacturer: Intel Corp. Product Name: TABLET Version: MRD 7 Fix the DMI matching entry for it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
321333a8c4
commit
96b2979ce5
@ -286,7 +286,8 @@ static const struct dmi_system_id gmin_vars[] = {
|
||||
{
|
||||
.ident = "MRD7",
|
||||
.matches = {
|
||||
DMI_MATCH(DMI_BOARD_NAME, "MRD7"),
|
||||
DMI_MATCH(DMI_BOARD_NAME, "TABLET"),
|
||||
DMI_MATCH(DMI_BOARD_VERSION, "MRD 7"),
|
||||
},
|
||||
.driver_data = mrd7_vars,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user