|
@@ -51,6 +51,7 @@
|
|
|
#include <linux/platform_data/touchscreen-s3c2410.h>
|
|
|
#include <linux/platform_data/asoc-s3c.h>
|
|
|
#include <plat/backlight.h>
|
|
|
+#include <plat/samsung-time.h>
|
|
|
|
|
|
#include "common.h"
|
|
|
|
|
@@ -221,6 +222,7 @@ static void __init smdkc100_map_io(void)
|
|
|
s5pc100_init_io(NULL, 0);
|
|
|
s3c24xx_init_clocks(12000000);
|
|
|
s3c24xx_init_uarts(smdkc100_uartcfgs, ARRAY_SIZE(smdkc100_uartcfgs));
|
|
|
+ samsung_set_timer_source(SAMSUNG_PWM3, SAMSUNG_PWM4);
|
|
|
}
|
|
|
|
|
|
static void __init smdkc100_machine_init(void)
|
|
@@ -255,6 +257,6 @@ MACHINE_START(SMDKC100, "SMDKC100")
|
|
|
.init_irq = s5pc100_init_irq,
|
|
|
.map_io = smdkc100_map_io,
|
|
|
.init_machine = smdkc100_machine_init,
|
|
|
- .init_time = s3c24xx_timer_init,
|
|
|
+ .init_time = samsung_timer_init,
|
|
|
.restart = s5pc100_restart,
|
|
|
MACHINE_END
|