summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/exynos/exynos_ddc.c
diff options
context:
space:
mode:
authorRahul Sharma <rahul.sharma@samsung.com>2013-06-19 16:51:07 +0400
committerInki Dae <daeinki@gmail.com>2013-06-28 16:13:57 +0400
commitcc57caf0cfe74e536910f587a369af4a8550a4ee (patch)
tree770ace62593e94a82fcfdf8ed28b7a8586f1a566 /drivers/gpu/drm/exynos/exynos_ddc.c
parent1482995c707631f2e99825bfc9b621debd264d31 (diff)
downloadlinux-cc57caf0cfe74e536910f587a369af4a8550a4ee.tar.xz
drm/exynos: add new compatible strings for hdmi subsystem
This patch adds new combatible strings for hdmi, mixer, ddc and hdmiphy. It follows the convention of using compatible string which represent the SoC in which the IP was added for the first time. Drivers continue to support the previous compatible strings but further addition of these compatible strings in device tree is deprecated. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'drivers/gpu/drm/exynos/exynos_ddc.c')
-rw-r--r--drivers/gpu/drm/exynos/exynos_ddc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/exynos/exynos_ddc.c b/drivers/gpu/drm/exynos/exynos_ddc.c
index 4e9b5ba8edff..95c75edef01a 100644
--- a/drivers/gpu/drm/exynos/exynos_ddc.c
+++ b/drivers/gpu/drm/exynos/exynos_ddc.c
@@ -53,6 +53,8 @@ static struct of_device_id hdmiddc_match_types[] = {
{
.compatible = "samsung,exynos5-hdmiddc",
}, {
+ .compatible = "samsung,exynos4210-hdmiddc",
+ }, {
/* end node */
}
};