Skip to content

Commit

Permalink
media: atomisp: Remove gmin_platform Asus T100TA quirks
Browse files Browse the repository at this point in the history
The Asus T100TA quirks set the same values as the defaults,
so they are not necessary. Remove them.

Signed-off-by: Hans de Goede <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
  • Loading branch information
jwrdegoede committed Nov 5, 2024
1 parent a0a55f6 commit e98af14
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,16 +225,6 @@ static struct gmin_cfg_var ffrd8_vars[] = {
{},
};

/* Cribbed from MCG defaults in the mt9m114 driver, not actually verified
* vs. T100 hardware
*/
static struct gmin_cfg_var t100_vars[] = {
{ "INT33F0:00_CsiPort", "0" },
{ "INT33F0:00_CsiLanes", "1" },
{ "INT33F0:00_CamClk", "1" },
{},
};

static struct gmin_cfg_var mrd7_vars[] = {
{"INT33F8:00_CamType", "1"},
{"INT33F8:00_CsiPort", "1"},
Expand Down Expand Up @@ -309,13 +299,6 @@ static const struct dmi_system_id gmin_vars[] = {
},
.driver_data = ffrd8_vars,
},
{
.ident = "T100TA",
.matches = {
DMI_MATCH(DMI_BOARD_NAME, "T100TA"),
},
.driver_data = t100_vars,
},
{
.ident = "MRD7",
.matches = {
Expand Down

0 comments on commit e98af14

Please sign in to comment.