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>
This commit is contained in:
parent
c0401241c0
commit
70d291b215
|
@ -748,7 +748,8 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd)
|
||||||
if (!pd) {
|
if (!pd) {
|
||||||
pd = &default_i2c_data;
|
pd = &default_i2c_data;
|
||||||
|
|
||||||
if (soc_is_exynos4210())
|
if (soc_is_exynos4210() ||
|
||||||
|
soc_is_exynos4212() || soc_is_exynos4412())
|
||||||
pd->bus_num = 8;
|
pd->bus_num = 8;
|
||||||
else if (soc_is_s5pv210())
|
else if (soc_is_s5pv210())
|
||||||
pd->bus_num = 3;
|
pd->bus_num = 3;
|
||||||
|
|
Loading…
Reference in New Issue