From bc577135961c55d6904a47bbd69135700b23d60f Mon Sep 17 00:00:00 2001 From: Ley Foon Tan Date: Tue, 28 Jun 2022 03:59:09 +0000 Subject: [PATCH] clocksource: starfive: Update compatible string to "starfive,timers" Update compatible string to "starfive,timers". Signed-off-by: Ley Foon Tan --- drivers/clocksource/timer-starfive.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 "); -- 2.7.4