mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
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>
This commit is contained in:
parent
c86cfdd012
commit
6ca3f8bdf8
@ -229,7 +229,9 @@ config MACH_ORIGEN
|
|||||||
select S5P_DEV_FIMC1
|
select S5P_DEV_FIMC1
|
||||||
select S5P_DEV_FIMC2
|
select S5P_DEV_FIMC2
|
||||||
select S5P_DEV_FIMC3
|
select S5P_DEV_FIMC3
|
||||||
|
select S5P_DEV_I2C_HDMIPHY
|
||||||
select S5P_DEV_USB_EHCI
|
select S5P_DEV_USB_EHCI
|
||||||
|
select S5P_DEV_TV
|
||||||
select SAMSUNG_DEV_BACKLIGHT
|
select SAMSUNG_DEV_BACKLIGHT
|
||||||
select SAMSUNG_DEV_PWM
|
select SAMSUNG_DEV_PWM
|
||||||
select EXYNOS4_SETUP_SDHCI
|
select EXYNOS4_SETUP_SDHCI
|
||||||
|
@ -164,6 +164,9 @@ static struct platform_device *origen_devices[] __initdata = {
|
|||||||
&s5p_device_fimc1,
|
&s5p_device_fimc1,
|
||||||
&s5p_device_fimc2,
|
&s5p_device_fimc2,
|
||||||
&s5p_device_fimc3,
|
&s5p_device_fimc3,
|
||||||
|
&s5p_device_hdmi,
|
||||||
|
&s5p_device_i2c_hdmiphy,
|
||||||
|
&s5p_device_mixer,
|
||||||
&origen_device_gpiokeys,
|
&origen_device_gpiokeys,
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -197,6 +200,8 @@ static void __init origen_machine_init(void)
|
|||||||
origen_ehci_init();
|
origen_ehci_init();
|
||||||
clk_xusbxti.rate = 24000000;
|
clk_xusbxti.rate = 24000000;
|
||||||
|
|
||||||
|
s5p_i2c_hdmiphy_set_platdata(NULL);
|
||||||
|
|
||||||
platform_add_devices(origen_devices, ARRAY_SIZE(origen_devices));
|
platform_add_devices(origen_devices, ARRAY_SIZE(origen_devices));
|
||||||
|
|
||||||
samsung_bl_set(&origen_bl_gpio_info, &origen_bl_data);
|
samsung_bl_set(&origen_bl_gpio_info, &origen_bl_data);
|
||||||
|
Loading…
Reference in New Issue
Block a user