aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-09-28 16:36:16 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-12-13 14:53:47 +0530
commitbd72d52413f414705ee4acee8c51949ef5fc4ba4 (patch)
treee23efa6de2ad953fe693f72896b59914a86da35d
parent01e5aa631e9ed704109465a0ae9fb3334a05d689 (diff)
media: s5p-tv: Add additional compatible strings for hdmiphy
The compatible string is passed as type member in i2c_board_info structure. For different i2c_device_id entries in the drivers, corresponding strings should be passed as compatible string. Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--drivers/media/platform/s5p-tv/hdmiphy_drv.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/drivers/media/platform/s5p-tv/hdmiphy_drv.c b/drivers/media/platform/s5p-tv/hdmiphy_drv.c
index 532491363163..cf30a87d5688 100644
--- a/drivers/media/platform/s5p-tv/hdmiphy_drv.c
+++ b/drivers/media/platform/s5p-tv/hdmiphy_drv.c
@@ -319,7 +319,10 @@ MODULE_DEVICE_TABLE(i2c, hdmiphy_id);
#ifdef CONFIG_OF
static struct of_device_id hdmiphy_dt_match[] = {
- { .compatible = "samsung,s5pv210-hdmiphy" },
+ { .compatible = "samsung,hdmiphy-s5pv210" },
+ { .compatible = "samsung,hdmiphy-exynos4210" },
+ { .compatible = "samsung,hdmiphy-exynos4212" },
+ { .compatible = "samsung,hdmiphy-exynos4412" },
{ },
};
MODULE_DEVICE_TABLE(of, hdmiphy_dt_match);