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>
.timer_bit = 5,
.clk = "cmt0",
.clockevent_rating = 125,
- .clocksource_rating = 200,
+ .clocksource_rating = 125,
};
static struct resource cmt_resources[] = {
.channel_offset = 0x10,
.timer_bit = 1,
.clk = "tmu0",
- .clocksource_rating = 0, /* disabled for now */
+ .clocksource_rating = 200,
};
static struct resource tmu1_resources[] = {