]> Pileus Git - ~andy/linux/commitdiff
drm/exynos: modify the compatible string for exynos fimd
authorVikas Sajjan <vikas.sajjan@linaro.org>
Wed, 27 Feb 2013 10:32:58 +0000 (16:02 +0530)
committerInki Dae <inki.dae@samsung.com>
Wed, 20 Mar 2013 10:09:09 +0000 (19:09 +0900)
modified compatible string for exynos4 fimd as "exynos4210-fimd" and
exynos5 fimd as "exynos5250-fimd" to stick to the rule that compatible
value should be named after first specific SoC model in which this
particular IP version was included as discussed at
https://patchwork.kernel.org/patch/2144861/

Signed-off-by: Vikas Sajjan <vikas.sajjan@linaro.org>
Acked-by: Joonyoung Shim <jy0922.shim@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_fimd.c

index 36493ce71f9a8c217ebe8af960598b299f1a95bb..549cb7db9c9f3092c0135d7d729ac9ffe1dede4c 100644 (file)
@@ -109,9 +109,9 @@ struct fimd_context {
 
 #ifdef CONFIG_OF
 static const struct of_device_id fimd_driver_dt_match[] = {
-       { .compatible = "samsung,exynos4-fimd",
+       { .compatible = "samsung,exynos4210-fimd",
          .data = &exynos4_fimd_driver_data },
-       { .compatible = "samsung,exynos5-fimd",
+       { .compatible = "samsung,exynos5250-fimd",
          .data = &exynos5_fimd_driver_data },
        {},
 };