aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
diff options
context:
space:
mode:
authorMagnus Damm <damm@igel.co.jp>2009-05-08 04:27:19 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-08 04:46:57 -0400
commit583d1d549ff107500481461cec0325189c5349ec (patch)
tree822e65b842f65f0c77ec15ebd2882774e44b232f /arch/sh/kernel/cpu/sh4a/setup-sh7722.c
parent4f5ecaa05493dfddf155b40224b951592bfce325 (diff)
sh: enable TMU clocksource on sh7722
This patch enables the TMU clocksource on sh7722. To prioritize TMU over CMT we also adjust the CMT clock source rating. Signed-off-by: Magnus Damm <damm@igel.co.jp> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/cpu/sh4a/setup-sh7722.c')
-rw-r--r--arch/sh/kernel/cpu/sh4a/setup-sh7722.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
index 624e8e5a605c..b1c3e7f9284a 100644
--- a/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
+++ b/arch/sh/kernel/cpu/sh4a/setup-sh7722.c
@@ -183,7 +183,7 @@ static struct sh_timer_config cmt_platform_data = {
183 .timer_bit = 5, 183 .timer_bit = 5,
184 .clk = "cmt0", 184 .clk = "cmt0",
185 .clockevent_rating = 125, 185 .clockevent_rating = 125,
186 .clocksource_rating = 200, 186 .clocksource_rating = 125,
187}; 187};
188 188
189static struct resource cmt_resources[] = { 189static struct resource cmt_resources[] = {
@@ -245,7 +245,7 @@ static struct sh_timer_config tmu1_platform_data = {
245 .channel_offset = 0x10, 245 .channel_offset = 0x10,
246 .timer_bit = 1, 246 .timer_bit = 1,
247 .clk = "tmu0", 247 .clk = "tmu0",
248 .clocksource_rating = 0, /* disabled for now */ 248 .clocksource_rating = 200,
249}; 249};
250 250
251static struct resource tmu1_resources[] = { 251static struct resource tmu1_resources[] = {