summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Behera <tushar.behera@linaro.org>2012-04-05 10:53:14 +0530
committerTushar Behera <tushar.behera@linaro.org>2012-04-05 10:53:41 +0530
commit0d695f3c15b51b69fb398f8bc47a93233b92375c (patch)
tree23d47988eb18b596fcf3255751f372c9d813a82a
parentec2f928e8130629943ce99ebbe40ced99e26ac59 (diff)
ARM: EXYNOS: Set HDMI platform data in Origen boardsamsung-lt-v3.4-rc1-1
Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
-rw-r--r--arch/arm/mach-exynos/mach-origen.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c
index 9bfa98e151fb..d7827bf5623a 100644
--- a/arch/arm/mach-exynos/mach-origen.c
+++ b/arch/arm/mach-exynos/mach-origen.c
@@ -45,6 +45,7 @@
#include <plat/fb.h>
#include <plat/mfc.h>
#include <plat/udc-hs.h>
+#include <plat/hdmi.h>
#include <mach/ohci.h>
#include <mach/map.h>
@@ -824,6 +825,11 @@ static void __init origen_bt_setup(void)
s3c_gpio_setpull(EXYNOS4_GPX2(2), S3C_GPIO_PULL_NONE);
}
+/* I2C module and id for HDMIPHY */
+static struct i2c_board_info hdmiphy_info = {
+ I2C_BOARD_INFO("hdmiphy", 0x38),
+};
+
static void s5p_tv_setup(void)
{
/* Direct HPD to HDMI chip */
@@ -876,6 +882,7 @@ static void __init origen_machine_init(void)
s5p_tv_setup();
s5p_i2c_hdmiphy_set_platdata(NULL);
+ s5p_hdmi_set_platdata(&hdmiphy_info, NULL, 0);
s5p_fimd0_set_platdata(&origen_lcd_pdata);