Skip to content

Commit c25ad35

Browse files
committed
media: Revert "media: atomisp: add Asus Transform T101HA ACPI vars"
Now that the EFI _DSM table is parsed by the driver, we don't need a DMI match anymore for Asus Transform T101HA. This reverts commit 0a76fd8. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent fc9bfbc commit c25ad35

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -328,15 +328,6 @@ static struct gmin_cfg_var i8880_vars[] = {
328328
{},
329329
};
330330

331-
static struct gmin_cfg_var asus_vars[] = {
332-
{"OVTI2680:00_CsiPort", "1"},
333-
{"OVTI2680:00_CsiLanes", "1"},
334-
{"OVTI2680:00_CsiFmt", "15"},
335-
{"OVTI2680:00_CsiBayer", "0"},
336-
{"OVTI2680:00_CamClk", "1"},
337-
{},
338-
};
339-
340331
static const struct dmi_system_id gmin_vars[] = {
341332
{
342333
.ident = "BYT-T FFD8",
@@ -374,13 +365,6 @@ static const struct dmi_system_id gmin_vars[] = {
374365
},
375366
.driver_data = i8880_vars,
376367
},
377-
{
378-
.ident = "T101HA",
379-
.matches = {
380-
DMI_MATCH(DMI_BOARD_NAME, "T101HA"),
381-
},
382-
.driver_data = asus_vars,
383-
},
384368
{}
385369
};
386370

0 commit comments

Comments
 (0)