Skip to content

Commit

Permalink
media: atomisp: fix the value for CamClk on Asus T101HA
Browse files Browse the repository at this point in the history
The value returned by BIOS is 1. Fix it at the driver,
as it won't read this from EFI.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Mauro Carvalho Chehab committed May 20, 2020
1 parent 7f98b89 commit 39c91e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ static struct gmin_cfg_var asus_vars[] = {
{"OVTI2680:00_CsiLanes", "1"},
{"OVTI2680:00_CsiFmt", "15"},
{"OVTI2680:00_CsiBayer", "0"},
{"OVTI2680:00_CamClk", "0"},
{"OVTI2680:00_CamClk", "1"},
{},
};

Expand Down

0 comments on commit 39c91e1

Please sign in to comment.