aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos4/mach-origen.c
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2011-09-16 22:42:43 -0400
committerKukjin Kim <kgene.kim@samsung.com>2011-10-02 19:42:22 -0400
commit6ca3f8bdf8253504426935c97cabb44bdc6f5888 (patch)
treeb9044b129b1a1e38bd54b2314ffdc5d09cee4bba /arch/arm/mach-exynos4/mach-origen.c
parentc86cfdd012498ddab2b2eb23fad201637a77acf4 (diff)
ARM: EXYNOS4: Add HDMI support for ORIGEN
This patch adds HDMI (TVout) support for ORIGEN board. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-exynos4/mach-origen.c')
-rw-r--r--arch/arm/mach-exynos4/mach-origen.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos4/mach-origen.c b/arch/arm/mach-exynos4/mach-origen.c
index 3d67140aaea9..c8121fcf198d 100644
--- a/arch/arm/mach-exynos4/mach-origen.c
+++ b/arch/arm/mach-exynos4/mach-origen.c
@@ -164,6 +164,9 @@ static struct platform_device *origen_devices[] __initdata = {
164 &s5p_device_fimc1, 164 &s5p_device_fimc1,
165 &s5p_device_fimc2, 165 &s5p_device_fimc2,
166 &s5p_device_fimc3, 166 &s5p_device_fimc3,
167 &s5p_device_hdmi,
168 &s5p_device_i2c_hdmiphy,
169 &s5p_device_mixer,
167 &origen_device_gpiokeys, 170 &origen_device_gpiokeys,
168}; 171};
169 172
@@ -197,6 +200,8 @@ static void __init origen_machine_init(void)
197 origen_ehci_init(); 200 origen_ehci_init();
198 clk_xusbxti.rate = 24000000; 201 clk_xusbxti.rate = 24000000;
199 202
203 s5p_i2c_hdmiphy_set_platdata(NULL);
204
200 platform_add_devices(origen_devices, ARRAY_SIZE(origen_devices)); 205 platform_add_devices(origen_devices, ARRAY_SIZE(origen_devices));
201 206
202 samsung_bl_set(&origen_bl_gpio_info, &origen_bl_data); 207 samsung_bl_set(&origen_bl_gpio_info, &origen_bl_data);