diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-real6410.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-real6410.c | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-real6410.c b/arch/arm/mach-s3c64xx/mach-real6410.c index 7476f7c722a..8bed37b3d5a 100644 --- a/arch/arm/mach-s3c64xx/mach-real6410.c +++ b/arch/arm/mach-s3c64xx/mach-real6410.c @@ -25,15 +25,12 @@  #include <linux/serial_core.h>  #include <linux/types.h> -#include <asm/hardware/vic.h>  #include <asm/mach-types.h>  #include <asm/mach/arch.h>  #include <asm/mach/map.h>  #include <mach/map.h>  #include <mach/regs-gpio.h> -#include <mach/regs-modem.h> -#include <mach/regs-srom.h>  #include <plat/adc.h>  #include <plat/cpu.h> @@ -45,8 +42,11 @@  #include <video/platform_lcd.h>  #include <video/samsung_fimd.h> +#include <plat/samsung-time.h>  #include "common.h" +#include "regs-modem.h" +#include "regs-srom.h"  #define UCON S3C2410_UCON_DEFAULT  #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE | S3C2410_LCON_STOPB) @@ -212,6 +212,7 @@ static void __init real6410_map_io(void)  	s3c64xx_init_io(NULL, 0);  	s3c24xx_init_clocks(12000000);  	s3c24xx_init_uarts(real6410_uartcfgs, ARRAY_SIZE(real6410_uartcfgs)); +	samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4);  	/* set the LCD type */  	tmp = __raw_readl(S3C64XX_SPCON); @@ -331,10 +332,9 @@ MACHINE_START(REAL6410, "REAL6410")  	.atag_offset	= 0x100,  	.init_irq	= s3c6410_init_irq, -	.handle_irq	= vic_handle_irq,  	.map_io		= real6410_map_io,  	.init_machine	= real6410_machine_init,  	.init_late	= s3c64xx_init_late, -	.timer		= &s3c24xx_timer, +	.init_time	= samsung_timer_init,  	.restart	= s3c64xx_restart,  MACHINE_END  |