Linux Samsung SOC development
 help / color / mirror / Atom feed
* [PATCH 1/4] ARM: SAMSUNG: Set HDMI platform data for Exynos4x12 SoCs
@ 2012-07-02  8:48 Sachin Kamat
  2012-07-02  8:48 ` [PATCH 2/4] ARM: SAMSUNG: Add API to set platform data for s5p-tv driver Sachin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Sachin Kamat @ 2012-07-02  8:48 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, sachin.kamat, tushar.behera, patches

Adds support for setting HDMI platform data for Exynos4X12 SoCs.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
---
 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 1d214cb..07b5ac6 100644
--- a/arch/arm/plat-samsung/devs.c
+++ b/arch/arm/plat-samsung/devs.c
@@ -747,7 +747,8 @@ void __init s5p_i2c_hdmiphy_set_platdata(struct s3c2410_platform_i2c *pd)
 	if (!pd) {
 		pd = &default_i2c_data;
 
-		if (soc_is_exynos4210())
+		if (soc_is_exynos4210() || soc_is_exynos4212() ||
+							soc_is_exynos4412())
 			pd->bus_num = 8;
 		else if (soc_is_s5pv210())
 			pd->bus_num = 3;
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-08-08  4:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02  8:48 [PATCH 1/4] ARM: SAMSUNG: Set HDMI platform data for Exynos4x12 SoCs Sachin Kamat
2012-07-02  8:48 ` [PATCH 2/4] ARM: SAMSUNG: Add API to set platform data for s5p-tv driver Sachin Kamat
2012-07-17  2:41   ` Kukjin Kim
2012-07-17  3:33     ` Tushar Behera
2012-07-19 22:56       ` Kukjin Kim
2012-07-20  8:28         ` Tushar Behera
2012-08-08  4:54           ` Kukjin Kim
2012-07-02  8:48 ` [PATCH 3/4] ARM: EXYNOS: Set HDMI platform data in SMDKV310 Sachin Kamat
2012-07-02  8:48 ` [PATCH 4/4] ARM: EXYNOS: Set HDMI platform data in Origen board Sachin Kamat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox