Commit f639eeb4 authored by Yoshinori Sato's avatar Yoshinori Sato

h8300: enable CLKSRC_OF

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
parent 3bc27cdf
...@@ -16,6 +16,7 @@ config H8300 ...@@ -16,6 +16,7 @@ config H8300
select OF_EARLY_FLATTREE select OF_EARLY_FLATTREE
select HAVE_MEMBLOCK select HAVE_MEMBLOCK
select HAVE_DMA_ATTRS select HAVE_DMA_ATTRS
select CLKSRC_OF
config RWSEM_GENERIC_SPINLOCK config RWSEM_GENERIC_SPINLOCK
def_bool y def_bool y
......
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#include <linux/clk-provider.h> #include <linux/clk-provider.h>
#include <linux/memblock.h> #include <linux/memblock.h>
#include <linux/screen_info.h> #include <linux/screen_info.h>
#include <linux/clocksource.h>
#include <asm/setup.h> #include <asm/setup.h>
#include <asm/irq.h> #include <asm/irq.h>
...@@ -252,4 +253,5 @@ void __init calibrate_delay(void) ...@@ -252,4 +253,5 @@ void __init calibrate_delay(void)
void __init time_init(void) void __init time_init(void)
{ {
of_clk_init(NULL); of_clk_init(NULL);
clocksource_probe();
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment