From 2fed5b6e9398ba8ff1047ddcb22f47d75011dfe2 Mon Sep 17 00:00:00 2001 From: SangHyun Sim Date: Mon, 18 Jun 2018 09:27:37 +0900 Subject: [PATCH] [COMMON] fimc-is2: modify fps setting in 4h5yc module Change-Id: I48713776b81a68db2b1ba3d0b03a70b1377c7803 Signed-off-by: SangHyun Sim --- .../sensor/module_framework/cis/fimc-is-cis-4h5yc-setB.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-4h5yc-setB.h b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-4h5yc-setB.h index 5787915672d5..5acf10d018a8 100644 --- a/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-4h5yc-setB.h +++ b/drivers/media/platform/exynos/fimc-is2/sensor/module_framework/cis/fimc-is-cis-4h5yc-setB.h @@ -608,7 +608,7 @@ const struct sensor_pll_info sensor_4h5yc_pllinfo_B_3280x2458_30fps = { 0x06, /* secnd_pre_pll_clk_div (0x030D) */ 0xA6, /* secnd_pll_multiplier (0x030F) */ - 0x09B6, /* frame_length_lines (0x0341) */ + 0x09B2, /* frame_length_lines (0x0341) */ 0x0EAA, /* line_length_pck (0x0343) */ }; @@ -623,7 +623,7 @@ const struct sensor_pll_info sensor_4h5yc_pllinfo_B_3280x1846_30fps = { 0x06, /* secnd_pre_pll_clk_div (0x030D) */ 0x8C, /* secnd_pll_multiplier (0x030F) */ - 0x0950, /* frame_length_lines (0x0341) */ + 0x084F, /* frame_length_lines (0x0341) */ 0x111C, /* line_length_pck (0x0343) */ }; @@ -653,7 +653,7 @@ const struct sensor_pll_info sensor_4h5yc_pllinfo_B_816x460_120fps = { 0x06, /* secnd_pre_pll_clk_div (0x030D) */ 0xA6, /* secnd_pll_multiplier (0x030F) */ - 0x0285, /* frame_length_lines (0x0341) */ + 0x0277, /* frame_length_lines (0x0341) */ 0x0E68, /* line_length_pck (0x0343) */ }; -- 2.20.1