summaryrefslogtreecommitdiff
path: root/drivers/timer/rockchip_timer.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2018-04-26 07:21:41 -0400
committerTom Rini <trini@konsulko.com>2018-04-26 07:21:41 -0400
commitd2a1f120cf638fd8a149bc8a46aec961c2fb9406 (patch)
treedfc98f40a7dc8738197303fa02f86e156cebc179 /drivers/timer/rockchip_timer.c
parenta61f9d1fbbca3c5e59b907ad3071db70ef174872 (diff)
parenteb3d707e99fcd2213d5f8f0fe4ae53ad416b377e (diff)
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'drivers/timer/rockchip_timer.c')
-rw-r--r--drivers/timer/rockchip_timer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/timer/rockchip_timer.c b/drivers/timer/rockchip_timer.c
index 07d14482d68..b847bc40c4e 100644
--- a/drivers/timer/rockchip_timer.c
+++ b/drivers/timer/rockchip_timer.c
@@ -152,6 +152,8 @@ static const struct timer_ops rockchip_timer_ops = {
};
static const struct udevice_id rockchip_timer_ids[] = {
+ { .compatible = "rockchip,rk3188-timer" },
+ { .compatible = "rockchip,rk3288-timer" },
{ .compatible = "rockchip,rk3368-timer" },
{}
};