Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 274006
b: refs/heads/master
c: 6ca3f8b
h: refs/heads/master
v: v3
  • Loading branch information
Sachin Kamat authored and Kukjin Kim committed Oct 2, 2011
1 parent 59471f9 commit 7088073
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c86cfdd012498ddab2b2eb23fad201637a77acf4
refs/heads/master: 6ca3f8bdf8253504426935c97cabb44bdc6f5888
2 changes: 2 additions & 0 deletions trunk/arch/arm/mach-exynos4/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-exynos4/mach-origen.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 7088073

Please sign in to comment.