Browse Source

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>
Alban Browaeys 11 years ago
parent
commit
6411fe3c28
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/gpu/drm/exynos/exynos_drm_g2d.c

+ 1 - 0
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" },
 	{},
 };