diff options
| author | Tom Rini <trini@konsulko.com> | 2018-04-26 07:21:41 -0400 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2018-04-26 07:21:41 -0400 |
| commit | d2a1f120cf638fd8a149bc8a46aec961c2fb9406 (patch) | |
| tree | dfc98f40a7dc8738197303fa02f86e156cebc179 /drivers/timer | |
| parent | a61f9d1fbbca3c5e59b907ad3071db70ef174872 (diff) | |
| parent | eb3d707e99fcd2213d5f8f0fe4ae53ad416b377e (diff) | |
| download | u-boot-d2a1f120cf638fd8a149bc8a46aec961c2fb9406.tar.gz u-boot-d2a1f120cf638fd8a149bc8a46aec961c2fb9406.tar.xz u-boot-d2a1f120cf638fd8a149bc8a46aec961c2fb9406.zip | |
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/rockchip_timer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/timer/rockchip_timer.c b/drivers/timer/rockchip_timer.c index 07d14482d6..b847bc40c4 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" }, {} }; |
