提交 5798d503 编写于 作者: P Philipp Tomsich

rockchip: timer: fix U_BOOT_DRIVER name

When I originally added this driver, I did some careless (and in
retrospect: mindless) copy & paste for the U_BOOT_DRIVER structure
skeletion... unfortunately, the 'arc_timer' string was committed
and slipped through all reviews.

This fixes the U_BOOT_DRIVER name to read 'rockchip_rk3368_timer'
(as originally intended).
Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Reported-by: NArtturi Alm <artturi.alm@gmail.com>
上级 40d4f79b
...@@ -92,7 +92,7 @@ static const struct udevice_id rockchip_timer_ids[] = { ...@@ -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", .name = "rockchip_rk3368_timer",
.id = UCLASS_TIMER, .id = UCLASS_TIMER,
.of_match = rockchip_timer_ids, .of_match = rockchip_timer_ids,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册