diff options
author | Alban Browaeys <prahal@yahoo.com> | 2014-07-19 16:53:03 -0400 |
---|---|---|
committer | Inki Dae <daeinki@gmail.com> | 2014-08-03 03:52:17 -0400 |
commit | 6411fe3c2810cadc5e59ec79698406d54a94152c (patch) | |
tree | 2e8d952e63a042e3a855ca888d2e78de2959154a | |
parent | 5a8da524049c1effb554d5a0d96e14807ff97253 (diff) |
drm/exynos: g2d: add exynos4212 as a compatible device.
Signed-off-by: Tobias Jakobi <tjakobi@math.uni-bielefeld.de>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r-- | drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 = { | |||
1544 | 1544 | ||
1545 | static const struct of_device_id exynos_g2d_match[] = { | 1545 | static const struct of_device_id exynos_g2d_match[] = { |
1546 | { .compatible = "samsung,exynos5250-g2d" }, | 1546 | { .compatible = "samsung,exynos5250-g2d" }, |
1547 | { .compatible = "samsung,exynos4212-g2d" }, | ||
1547 | {}, | 1548 | {}, |
1548 | }; | 1549 | }; |
1549 | 1550 | ||