aboutsummaryrefslogtreecommitdiff
path: root/drivers/timer/rockchip_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/timer/rockchip_timer.c')
-rw-r--r--drivers/timer/rockchip_timer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/timer/rockchip_timer.c b/drivers/timer/rockchip_timer.c
index 0848033c662..eb44965a19d 100644
--- a/drivers/timer/rockchip_timer.c
+++ b/drivers/timer/rockchip_timer.c
@@ -92,7 +92,7 @@ static const struct udevice_id rockchip_timer_ids[] = {
{}
};
-U_BOOT_DRIVER(arc_timer) = {
+U_BOOT_DRIVER(rockchip_rk3368_timer) = {
.name = "rockchip_rk3368_timer",
.id = UCLASS_TIMER,
.of_match = rockchip_timer_ids,