drm/exynos: g2d: add exynos4212 as a compatible device.
authorAlban Browaeys <prahal@yahoo.com>
Sat, 19 Jul 2014 20:53:03 +0000 (22:53 +0200)
committerInki Dae <daeinki@gmail.com>
Sun, 3 Aug 2014 07:52:17 +0000 (16:52 +0900)
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
drivers/gpu/drm/exynos/exynos_drm_g2d.c

index 8001587..5fa1bb6 100644 (file)
@@ -1544,6 +1544,7 @@ static const struct dev_pm_ops g2d_pm_ops = {
 
 static const struct of_device_id exynos_g2d_match[] = {
        { .compatible = "samsung,exynos5250-g2d" },
+       { .compatible = "samsung,exynos4212-g2d" },
        {},
 };