summaryrefslogtreecommitdiff
path: root/drivers/timer
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2017-09-05 07:11:46 -0400
committerTom Rini <[email protected]>2017-09-05 07:11:46 -0400
commit08d0c53d6b1ba9fcca19883e20f4735eabe8bb3a (patch)
tree47b2a0c0e83ddc825c60eb6749bdd790bd6f426f /drivers/timer
parenta0e80c97c9ba1409c2370f6c8b2a4d6a48cdb15c (diff)
parent5deaa530280fda91b8fef632c62c94e7bfd89561 (diff)
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'drivers/timer')
-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,