clocksource: starfive: Update compatible string to "starfive,timers"
authorLey Foon Tan <leyfoon.tan@linux.starfivetech.com>
Tue, 28 Jun 2022 03:59:09 +0000 (03:59 +0000)
committerxingyu.wu <xingyu.wu@starfivetech.com>
Tue, 12 Jul 2022 01:42:00 +0000 (09:42 +0800)
Update compatible string to "starfive,timers".

Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
drivers/clocksource/timer-starfive.c

index 017af24..fe1d6b4 100755 (executable)
@@ -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 <xingyu.wu@starfivetech.com>");
 MODULE_AUTHOR("samin.guo <samin.guo@starfivetech.com>");