mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 23:53:32 +00:00
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 0a76fd8e8d
.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
fc9bfbc67f
commit
c25ad350f1
1 changed files with 0 additions and 16 deletions
|
@ -328,15 +328,6 @@ static struct gmin_cfg_var i8880_vars[] = {
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct gmin_cfg_var asus_vars[] = {
|
|
||||||
{"OVTI2680:00_CsiPort", "1"},
|
|
||||||
{"OVTI2680:00_CsiLanes", "1"},
|
|
||||||
{"OVTI2680:00_CsiFmt", "15"},
|
|
||||||
{"OVTI2680:00_CsiBayer", "0"},
|
|
||||||
{"OVTI2680:00_CamClk", "1"},
|
|
||||||
{},
|
|
||||||
};
|
|
||||||
|
|
||||||
static const struct dmi_system_id gmin_vars[] = {
|
static const struct dmi_system_id gmin_vars[] = {
|
||||||
{
|
{
|
||||||
.ident = "BYT-T FFD8",
|
.ident = "BYT-T FFD8",
|
||||||
|
@ -374,13 +365,6 @@ static const struct dmi_system_id gmin_vars[] = {
|
||||||
},
|
},
|
||||||
.driver_data = i8880_vars,
|
.driver_data = i8880_vars,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
.ident = "T101HA",
|
|
||||||
.matches = {
|
|
||||||
DMI_MATCH(DMI_BOARD_NAME, "T101HA"),
|
|
||||||
},
|
|
||||||
.driver_data = asus_vars,
|
|
||||||
},
|
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue