diff options
| author | Sachin Kamat <sachin.kamat@linaro.org> | 2012-08-08 00:12:19 -0400 |
|---|---|---|
| committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-08-08 02:53:37 -0400 |
| commit | 70d291b215721ce60bde5761e3eaf6a15f7d7671 (patch) | |
| tree | 1034a69d7048fd4eacb77531b4f0668f53965f30 | |
| parent | c0401241c01705205ed6f2b88460df1133591f58 (diff) | |
ARM: SAMSUNG: Set HDMI platform data for Exynos4x12 SoCs
Adds support for setting HDMI platform data for Exynos4X12 SoCs.
Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
| -rw-r--r-- | arch/arm/plat-samsung/devs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/plat-samsung/devs.c b/arch/arm/plat-samsung/devs.c index 74e31ce35538..3f3c941d9081 100644 --- a/arch/arm/plat-samsung/devs.c +++ b/arch/arm/plat-samsung/devs.c | |||
| @@ -748,7 +748,8 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd) | |||
| 748 | if (!pd) { | 748 | if (!pd) { |
| 749 | pd = &default_i2c_data; | 749 | pd = &default_i2c_data; |
| 750 | 750 | ||
| 751 | if (soc_is_exynos4210()) | 751 | if (soc_is_exynos4210() || |
| 752 | soc_is_exynos4212() || soc_is_exynos4412()) | ||
| 752 | pd->bus_num = 8; | 753 | pd->bus_num = 8; |
| 753 | else if (soc_is_s5pv210()) | 754 | else if (soc_is_s5pv210()) |
| 754 | pd->bus_num = 3; | 755 | pd->bus_num = 3; |
