OSDN Git Service

media: atomisp: fix the value for CamClk on Asus T101HA
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 18 May 2020 16:09:53 +0000 (18:09 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Wed, 20 May 2020 12:51:29 +0000 (14:51 +0200)
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>
drivers/staging/media/atomisp/pci/atomisp_gmin_platform.c

index 12c15e0..9e9dc9a 100644 (file)
@@ -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"},
        {},
 };