Commit 583d1d54 authored by Magnus Damm's avatar Magnus Damm Committed by Paul Mundt

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: default avatarMagnus Damm <damm@igel.co.jp>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 4f5ecaa0
...@@ -183,7 +183,7 @@ static struct sh_timer_config cmt_platform_data = { ...@@ -183,7 +183,7 @@ static struct sh_timer_config cmt_platform_data = {
.timer_bit = 5, .timer_bit = 5,
.clk = "cmt0", .clk = "cmt0",
.clockevent_rating = 125, .clockevent_rating = 125,
.clocksource_rating = 200, .clocksource_rating = 125,
}; };
static struct resource cmt_resources[] = { static struct resource cmt_resources[] = {
...@@ -245,7 +245,7 @@ static struct sh_timer_config tmu1_platform_data = { ...@@ -245,7 +245,7 @@ static struct sh_timer_config tmu1_platform_data = {
.channel_offset = 0x10, .channel_offset = 0x10,
.timer_bit = 1, .timer_bit = 1,
.clk = "tmu0", .clk = "tmu0",
.clocksource_rating = 0, /* disabled for now */ .clocksource_rating = 200,
}; };
static struct resource tmu1_resources[] = { static struct resource tmu1_resources[] = {
......
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