diff options
Diffstat (limited to 'arch/arm/mach-exynos/mach-origen.c')
| -rw-r--r-- | arch/arm/mach-exynos/mach-origen.c | 8 | 
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-exynos/mach-origen.c b/arch/arm/mach-exynos/mach-origen.c index 1772cd284f4..27f03ed5d06 100644 --- a/arch/arm/mach-exynos/mach-origen.c +++ b/arch/arm/mach-exynos/mach-origen.c @@ -26,7 +26,7 @@  #include <linux/platform_data/i2c-s3c2410.h>  #include <linux/platform_data/s3c-hsotg.h>  #include <linux/platform_data/usb-ehci-s5p.h> -#include <linux/platform_data/usb-exynos.h> +#include <linux/platform_data/usb-ohci-exynos.h>  #include <asm/mach/arch.h>  #include <asm/mach-types.h> @@ -46,6 +46,7 @@  #include <plat/hdmi.h>  #include <mach/map.h> +#include <mach/irqs.h>  #include <drm/exynos_drm.h>  #include "common.h" @@ -754,8 +755,9 @@ static void s5p_tv_setup(void)  static void __init origen_map_io(void)  {  	exynos_init_io(NULL, 0); -	s3c24xx_init_clocks(clk_xusbxti.rate);  	s3c24xx_init_uarts(origen_uartcfgs, ARRAY_SIZE(origen_uartcfgs)); +	xxti_f = 0; +	xusbxti_f = 24000000;  }  static void __init origen_power_init(void) @@ -815,7 +817,7 @@ MACHINE_START(ORIGEN, "ORIGEN")  	.map_io		= origen_map_io,  	.init_machine	= origen_machine_init,  	.init_late	= exynos_init_late, -	.init_time	= mct_init, +	.init_time	= exynos_init_time,  	.reserve	= &origen_reserve,  	.restart	= exynos4_restart,  MACHINE_END  |