From: Alban Browaeys Date: Sat, 19 Jul 2014 20:53:03 +0000 (+0200) Subject: drm/exynos: g2d: add exynos4212 as a compatible device. X-Git-Tag: v3.17-rc1~82^2~23^2~19 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=6411fe3c2810cadc5e59ec79698406d54a94152c;p=linux.git drm/exynos: g2d: add exynos4212 as a compatible device. Signed-off-by: Tobias Jakobi Signed-off-by: Inki Dae --- diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c index 800158714473..5fa1bb6ba52c 100644 --- a/drivers/gpu/drm/exynos/exynos_drm_g2d.c +++ b/drivers/gpu/drm/exynos/exynos_drm_g2d.c @@ -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" }, {}, };