summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLey Foon Tan <leyfoon.tan@linux.starfivetech.com>2022-06-28 06:59:09 +0300
committerxingyu.wu <xingyu.wu@starfivetech.com>2022-07-12 04:42:00 +0300
commitbc577135961c55d6904a47bbd69135700b23d60f (patch)
tree5412a3832ea70c581fcddaf07b18802be4a50e1b
parent968c220d5605fd7c2f262696ebcc07cc39c53051 (diff)
downloadlinux-bc577135961c55d6904a47bbd69135700b23d60f.tar.xz
clocksource: starfive: Update compatible string to "starfive,timers"
Update compatible string to "starfive,timers". Signed-off-by: Ley Foon Tan <leyfoon.tan@linux.starfivetech.com>
-rwxr-xr-xdrivers/clocksource/timer-starfive.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/clocksource/timer-starfive.c b/drivers/clocksource/timer-starfive.c
index 017af24bdb42..fe1d6b40e291 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 <xingyu.wu@starfivetech.com>");
MODULE_AUTHOR("samin.guo <samin.guo@starfivetech.com>");