fimc-is: Workaround for CLK_MOUT_ACLK_CAM1_552_USER clock
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 26 Feb 2016 16:02:46 +0000 (17:02 +0100)
committerMarek Szyprowski <m.szyprowski@samsung.com>
Fri, 27 Apr 2018 08:25:07 +0000 (10:25 +0200)
When CLK_MOUT_ACLK_CAM1_552_USER clock is properly defined
in clk-exynos5433.c re-parenting commented out in this patch
causes that only empty buffers can be dequeued from the scaler
for front camera. So re-parenting is disabled for now until
we can address this issue in a better way.

Change-Id: I6198a5f8945638ec0002a071d8f4865920790d00
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/media/platform/exynos/fimc-is/setup-fimc-is.c

index 8699f5a64bda5506fa565089e0899ff455330755..39e4b0be5f621ba0876b408505351d99a32279b9 100644 (file)
@@ -244,7 +244,8 @@ int exynos5430_cfg_clk_cam0(struct platform_device *pdev)
 int exynos5430_cfg_clk_cam1(struct platform_device *pdev)
 {
        /* USER_MUX_SEL */
-       fimc_is_set_parent_dt(pdev, "mout_aclk_cam1_552_user", "aclk_cam1_552");
+       /* FIXME: when this is uncommented only empty buffers are dequeued */
+       /* fimc_is_set_parent_dt(pdev, "mout_aclk_cam1_552_user", "aclk_cam1_552"); */
        fimc_is_set_parent_dt(pdev, "mout_aclk_cam1_400_user", "aclk_cam1_400");
        fimc_is_set_parent_dt(pdev, "mout_aclk_cam1_333_user", "aclk_cam1_333");