Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ca3f8bd authored by Sachin Kamat's avatar Sachin Kamat Committed by Kukjin Kim
Browse files

ARM: EXYNOS4: Add HDMI support for ORIGEN



This patch adds HDMI (TVout) support for ORIGEN board.

Signed-off-by: default avatarSachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent c86cfdd0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -229,7 +229,9 @@ config MACH_ORIGEN
	select S5P_DEV_FIMC1
	select S5P_DEV_FIMC2
	select S5P_DEV_FIMC3
	select S5P_DEV_I2C_HDMIPHY
	select S5P_DEV_USB_EHCI
	select S5P_DEV_TV
	select SAMSUNG_DEV_BACKLIGHT
	select SAMSUNG_DEV_PWM
	select EXYNOS4_SETUP_SDHCI
+5 −0
Original line number Diff line number Diff line
@@ -164,6 +164,9 @@ static struct platform_device *origen_devices[] __initdata = {
	&s5p_device_fimc1,
	&s5p_device_fimc2,
	&s5p_device_fimc3,
	&s5p_device_hdmi,
	&s5p_device_i2c_hdmiphy,
	&s5p_device_mixer,
	&origen_device_gpiokeys,
};

@@ -197,6 +200,8 @@ static void __init origen_machine_init(void)
	origen_ehci_init();
	clk_xusbxti.rate = 24000000;

	s5p_i2c_hdmiphy_set_platdata(NULL);

	platform_add_devices(origen_devices, ARRAY_SIZE(origen_devices));

	samsung_bl_set(&origen_bl_gpio_info, &origen_bl_data);