From: libm1 Date: Thu, 20 Dec 2018 12:34:25 +0000 (+0800) Subject: [COMMON] fimc-is2: update ois bu24218gwl centering mode settings X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=40099c29969fe7daef5a459d4f5140bcc4fd5ee3;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [COMMON] fimc-is2: update ois bu24218gwl centering mode settings Change-Id: Iae133199dc2843c702f2e7a0e73ee4ec1b3ada81 Signed-off-by: libm1 --- diff --git a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/ois/fimc-is-ois-bu24218gwl.c b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/ois/fimc-is-ois-bu24218gwl.c index b02a8aabf8f6..a0b7605b3da4 100644 --- a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/ois/fimc-is-ois-bu24218gwl.c +++ b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/ois/fimc-is-ois-bu24218gwl.c @@ -457,9 +457,6 @@ int fimc_is_set_ois_mode(struct v4l2_subdev *subdev, int mode) break; case OPTICAL_STABILIZATION_MODE_CENTERING: fimc_is_ois_write(ois->client, 0x6020, 0x01); - usleep_range(100000, 100000); - fimc_is_ois_write(client, 0x6021, 0x63); - fimc_is_ois_write(client, 0x6020, 0x02); // Servo ON break; default: err("%s: invalid ois_mode value(%d)\n", __func__, mode);