diff options
Diffstat (limited to 'arch/arm/mach-s3c64xx/mach-smartq.c')
| -rw-r--r-- | arch/arm/mach-s3c64xx/mach-smartq.c | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/arm/mach-s3c64xx/mach-smartq.c b/arch/arm/mach-s3c64xx/mach-smartq.c index c6d7390939a..58ac9904127 100644 --- a/arch/arm/mach-s3c64xx/mach-smartq.c +++ b/arch/arm/mach-s3c64xx/mach-smartq.c @@ -25,7 +25,6 @@  #include <mach/map.h>  #include <mach/regs-gpio.h> -#include <mach/regs-modem.h>  #include <plat/clock.h>  #include <plat/cpu.h> @@ -39,8 +38,10 @@  #include <linux/platform_data/touchscreen-s3c2410.h>  #include <video/platform_lcd.h> +#include <plat/samsung-time.h>  #include "common.h" +#include "regs-modem.h"  #define UCON S3C2410_UCON_DEFAULT  #define ULCON (S3C2410_LCON_CS8 | S3C2410_LCON_PNONE) @@ -378,6 +379,7 @@ void __init smartq_map_io(void)  	s3c64xx_init_io(smartq_iodesc, ARRAY_SIZE(smartq_iodesc));  	s3c24xx_init_clocks(12000000);  	s3c24xx_init_uarts(smartq_uartcfgs, ARRAY_SIZE(smartq_uartcfgs)); +	samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4);  	smartq_lcd_mode_set();  }  |