drm: exynos: add compatibles for HDMI and Mixer chips and exynos4210 SoC
authorTomasz Stanislawski <t.stanislaws@samsung.com>
Wed, 16 Oct 2013 11:41:14 +0000 (13:41 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:46:59 +0000 (11:46 +0900)
This patch add proper compatibles for Mixer and HDMI chip
available on exynos4210 SoCs.

Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Change-Id: I5ca49ea9f95b139834de9ed8bba79b37b685bf3a

drivers/gpu/drm/exynos/exynos_hdmi.c
drivers/gpu/drm/exynos/exynos_mixer.c

index b8eca91..87c3f42 100644 (file)
@@ -1899,6 +1899,9 @@ static struct platform_device_id hdmi_driver_types[] = {
 #ifdef CONFIG_OF
 static struct of_device_id hdmi_match_types[] = {
        {
+               .compatible = "samsung,exynos4210-hdmi",
+               .data   = (void *)HDMI_TYPE13,
+       }, {
                .compatible = "samsung,exynos5-hdmi",
                .data   = (void *)HDMI_TYPE14,
        }, {
index f853e58..77faced 100644 (file)
@@ -1139,6 +1139,9 @@ static struct platform_device_id mixer_driver_types[] = {
 
 static struct of_device_id mixer_match_types[] = {
        {
+               .compatible = "samsung,exynos4-mixer",
+               .data   = &exynos4_mxr_drv_data,
+       }, {
                .compatible = "samsung,exynos5-mixer",
                .data   = &exynos5_mxr_drv_data,
        }, {