From: Ley Foon Tan Date: Tue, 28 Jun 2022 03:59:09 +0000 (+0000) Subject: clocksource: starfive: Update compatible string to "starfive,timers" X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bc577135961c55d6904a47bbd69135700b23d60f;p=platform%2Fkernel%2Flinux-starfive.git clocksource: starfive: Update compatible string to "starfive,timers" Update compatible string to "starfive,timers". Signed-off-by: Ley Foon Tan --- diff --git a/drivers/clocksource/timer-starfive.c b/drivers/clocksource/timer-starfive.c index 017af24..fe1d6b4 100755 --- a/drivers/clocksource/timer-starfive.c +++ b/drivers/clocksource/timer-starfive.c @@ -435,8 +435,7 @@ static int __init starfive_timer_of_init(struct device_node *np) { return do_starfive_timer_of_init(np, &jh7110_starfive_timer); } -TIMER_OF_DECLARE(starfive_timer, "starfive,si5-timers", - starfive_timer_of_init); +TIMER_OF_DECLARE(starfive_timer, "starfive,timers", starfive_timer_of_init); MODULE_AUTHOR("xingyu.wu "); MODULE_AUTHOR("samin.guo ");